#B29DCA

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

Shades of Biloba Flower #B29DCA

Tints of Biloba Flower #B29DCA

Color information

#B29DCA (or 0xB29DCA) is unknown color: approx Biloba Flower. HEX triplet: B2, 9D and CA. RGB value is (178,157,202). Sum of RGB (Red+Green+Blue) = 178+157+202=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #B29DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29DCA is #4D6235. Grayscale: #A8A8A8. Windows color (decimal): -5071414 or 13278642. OLE color: 13278642.

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

Color convert

RGB178157202-
CMYK0.120.2200.21
HSL268º29.8%70.39%-
HSV(B)268º22.28%79.22%-
XYZ41.0837.8461.02-
YUV168.41146.96134.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.15%
GREEN value IS 157 (61.72% from 255) = 29.24%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=33.15%
G=29.24%
B=37.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781572020.120.2200.2126829.870.39
HexB29DCAC1601510c1e46
Octal262235312142602541436106
Binary101100101001110111001010110010110010101100001100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29DCA; }

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

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

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

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

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

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

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

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