#B099F6

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

Shades of Biloba Flower #B099F6

Tints of Biloba Flower #B099F6

Color information

#B099F6 (or 0xB099F6) is unknown color: approx Biloba Flower. HEX triplet: B0, 99 and F6. RGB value is (176,153,246). Sum of RGB (Red+Green+Blue) = 176+153+246=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 246 (96.48% from 255 or 42.78% from 575); Max value from RGB is 246 - color contains mainly: blue. Hex color #B099F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B099F6 is #4F6609. Grayscale: #AAAAAA. Windows color (decimal): -5203466 or 16161200. OLE color: 16161200.

HSL color Cylindrical-coordinate representation of color #B099F6: hue angle of 254.84º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B099F6 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB176153246-
CMYK0.280.3800.04
HSL254.84º83.78%78.24%-
HSV(B)254.84º37.8%96.47%-
XYZ45.9338.6792.23-
YUV170.48170.62131.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.61%
GREEN value IS 153 (60.16% from 255) = 26.61%
BLUE value IS 246 (96.48% from 255) = 42.78%
R=30.61%
G=26.61%
B=42.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1761532460.280.3800.04254.8483.7878.24
HexB099F61C2604ff544e
Octal260231366344604377124116
Binary1011000010011001111101101110010011001001111111110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B099F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B099F6; }

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

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

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

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

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

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

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

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