#B29DCC

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

Shades of Biloba Flower #B29DCC

Tints of Biloba Flower #B29DCC

Color information

#B29DCC (or 0xB29DCC) is unknown color: approx Biloba Flower. HEX triplet: B2, 9D and CC. RGB value is (178,157,204). Sum of RGB (Red+Green+Blue) = 178+157+204=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #B29DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29DCC is #4D6233. Grayscale: #A8A8A8. Windows color (decimal): -5071412 or 13409714. OLE color: 13409714.

HSL color Cylindrical-coordinate representation of color #B29DCC: hue angle of 266.81º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B29DCC is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB178157204-
CMYK0.130.2300.2
HSL266.81º31.54%70.78%-
HSV(B)266.81º23.04%80%-
XYZ41.3237.9462.27-
YUV168.64147.96134.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.02%
GREEN value IS 157 (61.72% from 255) = 29.13%
BLUE value IS 204 (80.08% from 255) = 37.85%
R=33.02%
G=29.13%
B=37.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1781572040.130.2300.2266.8131.5470.78
HexB29DCCD1701410b2047
Octal262235314152702441340107
Binary1011001010011101110011001101101110101001000010111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29DCC; }

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

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

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

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

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

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

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

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