#B29FE9

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

Shades of Biloba Flower #B29FE9

Tints of Biloba Flower #B29FE9

Color information

#B29FE9 (or 0xB29FE9) is unknown color: approx Biloba Flower. HEX triplet: B2, 9F and E9. RGB value is (178,159,233). Sum of RGB (Red+Green+Blue) = 178+159+233=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 233 (91.41% from 255 or 40.88% from 570); Max value from RGB is 233 - color contains mainly: blue. Hex color #B29FE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29FE9 is #4D6016. Grayscale: #ACACAC. Windows color (decimal): -5070871 or 15310770. OLE color: 15310770.

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

Color convert

RGB178159233-
CMYK0.240.3200.09
HSL255.41º62.71%76.86%-
HSV(B)255.41º31.76%91.37%-
XYZ45.4740.1482.44-
YUV173.12161.79131.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.23%
GREEN value IS 159 (62.5% from 255) = 27.89%
BLUE value IS 233 (91.41% from 255) = 40.88%
R=31.23%
G=27.89%
B=40.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1781592330.240.3200.09255.4162.7176.86
HexB29FE9182009ff3f4d
Octal262237351304001137777115
Binary1011001010011111111010011100010000001001111111111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FE9; }

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

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

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

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

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

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

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

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