#B29EDE

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

Shades of Biloba Flower #B29EDE

Tints of Biloba Flower #B29EDE

Color information

#B29EDE (or 0xB29EDE) is unknown color: approx Biloba Flower. HEX triplet: B2, 9E and DE. RGB value is (178,158,222). Sum of RGB (Red+Green+Blue) = 178+158+222=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #B29EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29EDE is #4D6121. Grayscale: #ABABAB. Windows color (decimal): -5071138 or 14589618. OLE color: 14589618.

HSL color Cylindrical-coordinate representation of color #B29EDE: hue angle of 258.75º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B29EDE is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178158222-
CMYK0.200.2900.13
HSL258.75º49.23%74.51%-
HSV(B)258.75º28.83%87.06%-
XYZ43.7739.1974.37-
YUV171.28156.63132.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.90%
GREEN value IS 158 (62.11% from 255) = 28.32%
BLUE value IS 222 (87.11% from 255) = 39.78%
R=31.90%
G=28.32%
B=39.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781582220.200.2900.13258.7549.2374.51
HexB29EDE141D0D103314b
Octal262236336243501540361113
Binary1011001010011110110111101010011101011011000000111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29EDE; }

 p { color: rgb(178,158,222); }

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

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

 a { background-color: rgb(178,158,222); }

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

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

 span { border-color: rgb(178,158,222); }

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