#B99BB0

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

Shades of Lily #B99BB0

Tints of Lily #B99BB0

Color information

#B99BB0 (or 0xB99BB0) is unknown color: approx Lily. HEX triplet: B9, 9B and B0. RGB value is (185,155,176). Sum of RGB (Red+Green+Blue) = 185+155+176=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 185 - color contains mainly: red. Hex color #B99BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99BB0 is #46644F. Grayscale: #A6A6A6. Windows color (decimal): -4613200 or 11574201. OLE color: 11574201.

HSL color Cylindrical-coordinate representation of color #B99BB0: hue angle of 318º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B99BB0 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB185155176-
CMYK00.160.050.27
HSL318º17.65%66.67%-
HSV(B)318º16.22%72.55%-
XYZ39.5736.8946.11-
YUV166.36133.44141.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 155 (60.94% from 255) = 30.04%
BLUE value IS 176 (69.14% from 255) = 34.11%
R=35.85%
G=30.04%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515517600.160.050.2731817.6566.67
HexB99BB001051B13e1243
Octal27123326002053347622103
Binary10111001100110111011000001000010111011100111110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99BB0; }

 p { color: rgb(185,155,176); }

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

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

 a { background-color: rgb(185,155,176); }

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

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

 span { border-color: rgb(185,155,176); }

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