#B29DC9

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

Shades of Biloba Flower #B29DC9

Tints of Biloba Flower #B29DC9

Color information

#B29DC9 (or 0xB29DC9) is unknown color: approx Biloba Flower. HEX triplet: B2, 9D and C9. RGB value is (178,157,201). Sum of RGB (Red+Green+Blue) = 178+157+201=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 201 - color contains mainly: blue. Hex color #B29DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29DC9 is #4D6236. Grayscale: #A8A8A8. Windows color (decimal): -5071415 or 13213106. OLE color: 13213106.

HSL color Cylindrical-coordinate representation of color #B29DC9: hue angle of 268.64º degrees, saturation: 0.29, 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 #B29DC9 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178157201-
CMYK0.110.2200.21
HSL268.64º28.95%70.2%-
HSV(B)268.64º21.89%78.82%-
XYZ40.9637.860.39-
YUV168.3146.46134.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.21%
GREEN value IS 157 (61.72% from 255) = 29.29%
BLUE value IS 201 (78.91% from 255) = 37.5%
R=33.21%
G=29.29%
B=37.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781572010.110.2200.21268.6428.9570.2
HexB29DC9B1601510d1d46
Octal262235311132602541535106
Binary101100101001110111001001101110110010101100001101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29DC9; }

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

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

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

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

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

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

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

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