#B08EEC

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

Shades of Biloba Flower #B08EEC

Tints of Biloba Flower #B08EEC

Color information

#B08EEC (or 0xB08EEC) is unknown color: approx Biloba Flower. HEX triplet: B0, 8E and EC. RGB value is (176,142,236). Sum of RGB (Red+Green+Blue) = 176+142+236=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #B08EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08EEC is #4F7113. Grayscale: #A2A2A2. Windows color (decimal): -5206292 or 15503024. OLE color: 15503024.

HSL color Cylindrical-coordinate representation of color #B08EEC: hue angle of 261.7º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B08EEC is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176142236-
CMYK0.250.4000.07
HSL261.7º71.21%74.12%-
HSV(B)261.7º39.83%92.55%-
XYZ42.7234.6383.79-
YUV162.88169.26137.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.77%
GREEN value IS 142 (55.86% from 255) = 25.63%
BLUE value IS 236 (92.58% from 255) = 42.60%
R=31.77%
G=25.63%
B=42.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761422360.250.4000.07261.771.2174.12
HexB08EEC192807106474a
Octal260216354315007406107112
Binary10110000100011101110110011001101000011110000011010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08EEC; }

 p { color: rgb(176,142,236); }

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

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

 a { background-color: rgb(176,142,236); }

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

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

 span { border-color: rgb(176,142,236); }

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