#b29ee9

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

Shades of Biloba Flower #B29EE9

Tints of Biloba Flower #B29EE9

Color information

#B29EE9 (or 0xB29EE9) is unknown color: approx Biloba Flower. HEX triplet: B2, 9E and E9. RGB value is (178,158,233). Sum of RGB (Red+Green+Blue) = 178+158+233=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 233 (91.41% from 255 or 40.95% from 569); Max value from RGB is 233 - color contains mainly: blue. Hex color #B29EE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29EE9 is #4D6116. Grayscale: #ACACAC. Windows color (decimal): -5071127 or 15310514. OLE color: 15310514.

HSL color Cylindrical-coordinate representation of color #B29EE9: hue angle of 256º 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 #B29EE9 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB178158233-
CMYK0.240.3200.09
HSL256º63.03%76.67%-
HSV(B)256º32.19%91.37%-
XYZ45.2939.882.39-
YUV172.53162.13131.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.28%
GREEN value IS 158 (62.11% from 255) = 27.77%
BLUE value IS 233 (91.41% from 255) = 40.95%
R=31.28%
G=27.77%
B=40.95%

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
Decimal1781582330.240.3200.0925663.0376.67
HexB29EE91820091003f4d
Octal262236351304001140077115
Binary10110010100111101110100111000100000010011000000001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b29ee9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b29ee9; }

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

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

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

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

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

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

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

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