#B29CCA

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

Shades of Biloba Flower #B29CCA

Tints of Biloba Flower #B29CCA

Color information

#B29CCA (or 0xB29CCA) is unknown color: approx Biloba Flower. HEX triplet: B2, 9C and CA. RGB value is (178,156,202). Sum of RGB (Red+Green+Blue) = 178+156+202=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #B29CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29CCA is #4D6335. Grayscale: #A7A7A7. Windows color (decimal): -5071670 or 13278386. OLE color: 13278386.

HSL color Cylindrical-coordinate representation of color #B29CCA: hue angle of 268.7º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B29CCA is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178156202-
CMYK0.120.2300.21
HSL268.7º30.26%70.2%-
HSV(B)268.7º22.77%79.22%-
XYZ40.9137.5160.96-
YUV167.82147.29135.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.21%
GREEN value IS 156 (61.33% from 255) = 29.10%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=33.21%
G=29.10%
B=37.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781562020.120.2300.21268.730.2670.2
HexB29CCAC1701510d1e46
Octal262234312142702541536106
Binary101100101001110011001010110010111010101100001101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29CCA; }

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

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

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

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

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

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

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

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