#B29EED

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

Shades of Biloba Flower #B29EED

Tints of Biloba Flower #B29EED

Color information

#B29EED (or 0xB29EED) is unknown color: approx Biloba Flower. HEX triplet: B2, 9E and ED. RGB value is (178,158,237). Sum of RGB (Red+Green+Blue) = 178+158+237=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #B29EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29EED is #4D6112. Grayscale: #ACACAC. Windows color (decimal): -5071123 or 15572658. OLE color: 15572658.

HSL color Cylindrical-coordinate representation of color #B29EED: hue angle of 255.19º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B29EED is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178158237-
CMYK0.250.3300.07
HSL255.19º68.7%77.45%-
HSV(B)255.19º33.33%92.94%-
XYZ45.8740.0385.43-
YUV172.99164.13131.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.06%
GREEN value IS 158 (62.11% from 255) = 27.57%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=31.06%
G=27.57%
B=41.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781582370.250.3300.07255.1968.777.45
HexB29EED192107ff454d
Octal262236355314107377105115
Binary1011001010011110111011011100110000101111111111110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29EED; }

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

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

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

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

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

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

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

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