#B09CEA

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

Shades of Biloba Flower #B09CEA

Tints of Biloba Flower #B09CEA

Color information

#B09CEA (or 0xB09CEA) is unknown color: approx Biloba Flower. HEX triplet: B0, 9C and EA. RGB value is (176,156,234). Sum of RGB (Red+Green+Blue) = 176+156+234=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #B09CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09CEA is #4F6315. Grayscale: #AAAAAA. Windows color (decimal): -5202710 or 15375536. OLE color: 15375536.

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

Color convert

RGB176156234-
CMYK0.250.3300.08
HSL255.38º65%76.47%-
HSV(B)255.38º33.33%91.76%-
XYZ44.6438.9583.01-
YUV170.87163.63131.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.10%
GREEN value IS 156 (61.33% from 255) = 27.56%
BLUE value IS 234 (91.80% from 255) = 41.34%
R=31.10%
G=27.56%
B=41.34%

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
Decimal1761562340.250.3300.08255.386576.47
HexB09CEA192108ff414c
Octal2602343523141010377101114
Binary10110000100111001110101011001100001010001111111110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09CEA; }

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

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

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

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

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

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

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

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