#B08EEF

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

Shades of Biloba Flower #B08EEF

Tints of Biloba Flower #B08EEF

Color information

#B08EEF (or 0xB08EEF) is unknown color: approx Biloba Flower. HEX triplet: B0, 8E and EF. RGB value is (176,142,239). Sum of RGB (Red+Green+Blue) = 176+142+239=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #B08EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08EEF is #4F7110. Grayscale: #A2A2A2. Windows color (decimal): -5206289 or 15699632. OLE color: 15699632.

HSL color Cylindrical-coordinate representation of color #B08EEF: hue angle of 261.03º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B08EEF is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176142239-
CMYK0.260.4100.06
HSL261.03º75.19%74.71%-
HSV(B)261.03º40.59%93.73%-
XYZ43.1634.8186.11-
YUV163.22170.76137.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.60%
GREEN value IS 142 (55.86% from 255) = 25.49%
BLUE value IS 239 (93.75% from 255) = 42.91%
R=31.60%
G=25.49%
B=42.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1761422390.260.4100.06261.0375.1974.71
HexB08EEF1A29061054b4b
Octal260216357325106405113113
Binary10110000100011101110111111010101001011010000010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08EEF; }

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

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

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

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

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

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

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

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