#B09EEB

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

Shades of Biloba Flower #B09EEB

Tints of Biloba Flower #B09EEB

Color information

#B09EEB (or 0xB09EEB) is unknown color: approx Biloba Flower. HEX triplet: B0, 9E and EB. RGB value is (176,158,235). Sum of RGB (Red+Green+Blue) = 176+158+235=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #B09EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09EEB is #4F6114. Grayscale: #ABABAB. Windows color (decimal): -5202197 or 15441584. OLE color: 15441584.

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

Color convert

RGB176158235-
CMYK0.250.3300.08
HSL254.03º65.81%77.06%-
HSV(B)254.03º32.77%92.16%-
XYZ45.1339.6883.88-
YUV172.16163.46130.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.93%
GREEN value IS 158 (62.11% from 255) = 27.77%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=30.93%
G=27.77%
B=41.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761582350.250.3300.08254.0365.8177.06
HexB09EEB192108fe424d
Octal2602363533141010376102115
Binary10110000100111101110101111001100001010001111111010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09EEB; }

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

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

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

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

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

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

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

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