#B99BBC

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

Shades of Lola #B99BBC

Tints of Lola #B99BBC

Color information

#B99BBC (or 0xB99BBC) is unknown color: approx Lola. HEX triplet: B9, 9B and BC. RGB value is (185,155,188). Sum of RGB (Red+Green+Blue) = 185+155+188=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #B99BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BBC is #466443. Grayscale: #A7A7A7. Windows color (decimal): -4613188 or 12360633. OLE color: 12360633.

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

Color convert

RGB185155188-
CMYK0.020.1800.26
HSL294.55º19.76%67.25%-
HSV(B)294.55º17.55%73.73%-
XYZ40.8137.3952.64-
YUV167.73139.44140.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.04%
GREEN value IS 155 (60.94% from 255) = 29.36%
BLUE value IS 188 (73.83% from 255) = 35.61%
R=35.04%
G=29.36%
B=35.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851551880.020.1800.26294.5519.7667.25
HexB99BBC21201A1271443
Octal27123327422203244724103
Binary1011100110011011101111001010010011010100100111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99BBC; }

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

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

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

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

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

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

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

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