#B099E9

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

Shades of Biloba Flower #B099E9

Tints of Biloba Flower #B099E9

Color information

#B099E9 (or 0xB099E9) is unknown color: approx Biloba Flower. HEX triplet: B0, 99 and E9. RGB value is (176,153,233). Sum of RGB (Red+Green+Blue) = 176+153+233=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 233 (91.41% from 255 or 41.46% from 562); Max value from RGB is 233 - color contains mainly: blue. Hex color #B099E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B099E9 is #4F6616. Grayscale: #A8A8A8. Windows color (decimal): -5203479 or 15309232. OLE color: 15309232.

HSL color Cylindrical-coordinate representation of color #B099E9: hue angle of 257.25º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B099E9 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB176153233-
CMYK0.240.3400.09
HSL257.25º64.52%75.69%-
HSV(B)257.25º34.33%91.37%-
XYZ4437.982.09-
YUV169164.12133-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.32%
GREEN value IS 153 (60.16% from 255) = 27.22%
BLUE value IS 233 (91.41% from 255) = 41.46%
R=31.32%
G=27.22%
B=41.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1761532330.240.3400.09257.2564.5275.69
HexB099E9182209101414c
Octal2602313513042011401101114
Binary101100001001100111101001110001000100100110000000110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B099E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B099E9; }

 p { color: rgb(176,153,233); }

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

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

 a { background-color: rgb(176,153,233); }

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

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

 span { border-color: rgb(176,153,233); }

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