#B09CEF

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

Shades of Biloba Flower #B09CEF

Tints of Biloba Flower #B09CEF

Color information

#B09CEF (or 0xB09CEF) is unknown color: approx Biloba Flower. HEX triplet: B0, 9C and EF. RGB value is (176,156,239). Sum of RGB (Red+Green+Blue) = 176+156+239=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #B09CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09CEF is #4F6310. Grayscale: #ABABAB. Windows color (decimal): -5202705 or 15703216. OLE color: 15703216.

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

Color convert

RGB176156239-
CMYK0.260.3500.06
HSL254.46º72.17%77.45%-
HSV(B)254.46º34.73%93.73%-
XYZ45.3739.2486.84-
YUV171.44166.13131.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.82%
GREEN value IS 156 (61.33% from 255) = 27.32%
BLUE value IS 239 (93.75% from 255) = 41.86%
R=30.82%
G=27.32%
B=41.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1761562390.260.3500.06254.4672.1777.45
HexB09CEF1A2306fe484d
Octal260234357324306376110115
Binary1011000010011100111011111101010001101101111111010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09CEF; }

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

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

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

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

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

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

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

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