#B29CCE

Color #B29CCE Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B29CCE

Tints of Biloba Flower #B29CCE

Color information

#B29CCE (or 0xB29CCE) is unknown color: approx Biloba Flower. HEX triplet: B2, 9C and CE. RGB value is (178,156,206). Sum of RGB (Red+Green+Blue) = 178+156+206=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #B29CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29CCE is #4D6331. Grayscale: #A8A8A8. Windows color (decimal): -5071666 or 13540530. OLE color: 13540530.

HSL color Cylindrical-coordinate representation of color #B29CCE: hue angle of 266.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B29CCE is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178156206-
CMYK0.140.2400.19
HSL266.4º33.78%70.98%-
HSV(B)266.4º24.27%80.78%-
XYZ41.3937.763.49-
YUV168.28149.29134.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 32.96%
GREEN value IS 156 (61.33% from 255) = 28.89%
BLUE value IS 206 (80.86% from 255) = 38.15%
R=32.96%
G=28.89%
B=38.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1781562060.140.2400.19266.433.7870.98
HexB29CCEE1801310a2247
Octal262234316163002341242107
Binary1011001010011100110011101110110000100111000010101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29CCE; }

 p { color: rgb(178,156,206); }

 H1.HeaderClassName
 {
   color: #B29CCE;
 }
 .AnyTagClassName
 {
   color: #B29CCE;
 }
</style>
background-color css

<style>
 a { background-color: #B29CCE; }

 a { background-color: rgb(178,156,206); }

 div.DivClassName
 {
   background-color: #B29CCE;
 }
 .BgClassName
 {
   background-color: #B29CCE;
 }
</style>
border-color css

<style>
 span { border-color: #B29CCE; }

 span { border-color: rgb(178,156,206); }

 td.TdClassName
 {
   border-color: #B29CCE;
 }
 .TagClassName
 {
   border-color: #B29CCE;
 }
</style>