#B099FC

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

Shades of Biloba Flower #B099FC

Tints of Biloba Flower #B099FC

Color information

#B099FC (or 0xB099FC) is unknown color: approx Biloba Flower. HEX triplet: B0, 99 and FC. RGB value is (176,153,252). Sum of RGB (Red+Green+Blue) = 176+153+252=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #B099FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B099FC is #4F6603. Grayscale: #AAAAAA. Windows color (decimal): -5203460 or 16554416. OLE color: 16554416.

HSL color Cylindrical-coordinate representation of color #B099FC: hue angle of 253.94º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B099FC is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176153252-
CMYK0.300.3900.01
HSL253.94º94.29%79.41%-
HSV(B)253.94º39.29%98.82%-
XYZ46.8739.0497.16-
YUV171.16173.62131.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.29%
GREEN value IS 153 (60.16% from 255) = 26.33%
BLUE value IS 252 (98.83% from 255) = 43.37%
R=30.29%
G=26.33%
B=43.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761532520.300.3900.01253.9494.2979.41
HexB099FC1E2701fe5e4f
Octal260231374364701376136117
Binary10110000100110011111110011110100111011111111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B099FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B099FC; }

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

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

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

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

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

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

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

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