#B09EEE

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

Shades of Biloba Flower #B09EEE

Tints of Biloba Flower #B09EEE

Color information

#B09EEE (or 0xB09EEE) is unknown color: approx Biloba Flower. HEX triplet: B0, 9E and EE. RGB value is (176,158,238). Sum of RGB (Red+Green+Blue) = 176+158+238=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #B09EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09EEE is #4F6111. Grayscale: #ACACAC. Windows color (decimal): -5202194 or 15638192. OLE color: 15638192.

HSL color Cylindrical-coordinate representation of color #B09EEE: hue angle of 253.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B09EEE is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176158238-
CMYK0.260.3400.07
HSL253.5º70.18%77.65%-
HSV(B)253.5º33.61%93.33%-
XYZ45.5639.8686.18-
YUV172.5164.96130.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.77%
GREEN value IS 158 (62.11% from 255) = 27.62%
BLUE value IS 238 (93.36% from 255) = 41.61%
R=30.77%
G=27.62%
B=41.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761582380.260.3400.07253.570.1877.65
HexB09EEE1A2207fe464e
Octal260236356324207376106116
Binary1011000010011110111011101101010001001111111111010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09EEE; }

 p { color: rgb(176,158,238); }

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

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

 a { background-color: rgb(176,158,238); }

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

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

 span { border-color: rgb(176,158,238); }

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