#B29FE8

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

Shades of Biloba Flower #B29FE8

Tints of Biloba Flower #B29FE8

Color information

#B29FE8 (or 0xB29FE8) is unknown color: approx Biloba Flower. HEX triplet: B2, 9F and E8. RGB value is (178,159,232). Sum of RGB (Red+Green+Blue) = 178+159+232=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 232 - color contains mainly: blue. Hex color #B29FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29FE8 is #4D6017. Grayscale: #ACACAC. Windows color (decimal): -5070872 or 15245234. OLE color: 15245234.

HSL color Cylindrical-coordinate representation of color #B29FE8: hue angle of 255.62º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B29FE8 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB178159232-
CMYK0.230.3100.09
HSL255.62º61.34%76.67%-
HSV(B)255.62º31.47%90.98%-
XYZ45.3240.0981.69-
YUV173161.29131.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.28%
GREEN value IS 159 (62.5% from 255) = 27.94%
BLUE value IS 232 (91.02% from 255) = 40.77%
R=31.28%
G=27.94%
B=40.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1781592320.230.3100.09255.6261.3476.67
HexB29FE8171F091003d4d
Octal262237350273701140075115
Binary1011001010011111111010001011111111010011000000001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FE8; }

 p { color: rgb(178,159,232); }

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

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

 a { background-color: rgb(178,159,232); }

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

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

 span { border-color: rgb(178,159,232); }

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