#B99CBB

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

Shades of Lola #B99CBB

Tints of Lola #B99CBB

Color information

#B99CBB (or 0xB99CBB) is unknown color: approx Lola. HEX triplet: B9, 9C and BB. RGB value is (185,156,187). Sum of RGB (Red+Green+Blue) = 185+156+187=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 187 - color contains mainly: blue. Hex color #B99CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CBB is #466344. Grayscale: #A8A8A8. Windows color (decimal): -4612933 or 12295353. OLE color: 12295353.

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

Color convert

RGB185156187-
CMYK0.010.1700.27
HSL296.13º18.56%67.25%-
HSV(B)296.13º16.58%73.33%-
XYZ40.8737.6852.13-
YUV168.2138.61139.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.04%
GREEN value IS 156 (61.33% from 255) = 29.55%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=35.04%
G=29.55%
B=35.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851561870.010.1700.27296.1318.5667.25
HexB99CBB11101B1281343
Octal27123427312103345023103
Binary101110011001110010111011110001011011100101000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CBB; }

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

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

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

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

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

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

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

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