#B099DC

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

Shades of Biloba Flower #B099DC

Tints of Biloba Flower #B099DC

Color information

#B099DC (or 0xB099DC) is unknown color: approx Biloba Flower. HEX triplet: B0, 99 and DC. RGB value is (176,153,220). Sum of RGB (Red+Green+Blue) = 176+153+220=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #B099DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099DC is #4F6623. Grayscale: #A7A7A7. Windows color (decimal): -5203492 or 14457264. OLE color: 14457264.

HSL color Cylindrical-coordinate representation of color #B099DC: hue angle of 260.6º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B099DC is Cyan = 0.2, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176153220-
CMYK0.20.3000.14
HSL260.6º48.91%73.14%-
HSV(B)260.6º30.45%86.27%-
XYZ42.2137.1872.66-
YUV167.52157.62134.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.06%
GREEN value IS 153 (60.16% from 255) = 27.87%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=32.06%
G=27.87%
B=40.07%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761532200.20.3000.14260.648.9173.14
HexB099DC141E0E1053149
Octal260231334243601640561111
Binary1011000010011001110111001010011110011101000001011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B099DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B099DC; }

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

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

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

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

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

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

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

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