#B99BBA

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

Shades of Lola #B99BBA

Tints of Lola #B99BBA

Color information

#B99BBA (or 0xB99BBA) is unknown color: approx Lola. HEX triplet: B9, 9B and BA. RGB value is (185,155,186). Sum of RGB (Red+Green+Blue) = 185+155+186=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: blue. Hex color #B99BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BBA is #466445. Grayscale: #A7A7A7. Windows color (decimal): -4613190 or 12229561. OLE color: 12229561.

HSL color Cylindrical-coordinate representation of color #B99BBA: hue angle of 298.06º degrees, saturation: 0.18, 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 #B99BBA is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB185155186-
CMYK0.010.1700.27
HSL298.06º18.34%66.86%-
HSV(B)298.06º16.67%72.94%-
XYZ40.5937.351.51-
YUV167.5138.44140.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.17%
GREEN value IS 155 (60.94% from 255) = 29.47%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=35.17%
G=29.47%
B=35.36%

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
Decimal1851551860.010.1700.27298.0618.3466.86
HexB99BBA11101B12a1243
Octal27123327212103345222103
Binary101110011001101110111010110001011011100101010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99BBA; }

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

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

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

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

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

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

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

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