#B29DCE

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

Shades of Biloba Flower #B29DCE

Tints of Biloba Flower #B29DCE

Color information

#B29DCE (or 0xB29DCE) is unknown color: approx Biloba Flower. HEX triplet: B2, 9D and CE. RGB value is (178,157,206). Sum of RGB (Red+Green+Blue) = 178+157+206=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #B29DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29DCE is #4D6231. Grayscale: #A8A8A8. Windows color (decimal): -5071410 or 13540786. OLE color: 13540786.

HSL color Cylindrical-coordinate representation of color #B29DCE: hue angle of 265.71º degrees, saturation: 0.33, 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 #B29DCE is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178157206-
CMYK0.140.2400.19
HSL265.71º33.33%71.18%-
HSV(B)265.71º23.79%80.78%-
XYZ41.5638.0463.54-
YUV168.86148.96134.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.90%
GREEN value IS 157 (61.72% from 255) = 29.02%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=32.90%
G=29.02%
B=38.08%

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
Decimal1781572060.140.2400.19265.7133.3371.18
HexB29DCEE1801310a2147
Octal262235316163002341241107
Binary1011001010011101110011101110110000100111000010101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29DCE; }

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

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

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

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

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

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

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

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