#B999BB

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

Shades of Lola #B999BB

Tints of Lola #B999BB

Color information

#B999BB (or 0xB999BB) is unknown color: approx Lola. HEX triplet: B9, 99 and BB. RGB value is (185,153,187). Sum of RGB (Red+Green+Blue) = 185+153+187=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 187 - color contains mainly: blue. Hex color #B999BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999BB is #466644. Grayscale: #A6A6A6. Windows color (decimal): -4613701 or 12294585. OLE color: 12294585.

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

Color convert

RGB185153187-
CMYK0.010.1800.27
HSL296.47º20%66.67%-
HSV(B)296.47º18.18%73.33%-
XYZ40.3736.6851.97-
YUV166.44139.6141.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.24%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=35.24%
G=29.14%
B=35.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851531870.010.1800.27296.472066.67
HexB999BB11201B1281443
Octal27123127312203345024103
Binary101110011001100110111011110010011011100101000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B999BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B999BB; }

 p { color: rgb(185,153,187); }

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

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

 a { background-color: rgb(185,153,187); }

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

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

 span { border-color: rgb(185,153,187); }

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