#B999BA

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

Shades of Lola #B999BA

Tints of Lola #B999BA

Color information

#B999BA (or 0xB999BA) is unknown color: approx Lola. HEX triplet: B9, 99 and BA. RGB value is (185,153,186). Sum of RGB (Red+Green+Blue) = 185+153+186=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: blue. Hex color #B999BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999BA is #466645. Grayscale: #A6A6A6. Windows color (decimal): -4613702 or 12229049. OLE color: 12229049.

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

Color convert

RGB185153186-
CMYK0.010.1800.27
HSL298.18º19.3%66.47%-
HSV(B)298.18º17.74%72.94%-
XYZ40.2636.6451.4-
YUV166.33139.1141.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.31%
GREEN value IS 153 (60.16% from 255) = 29.20%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=35.31%
G=29.20%
B=35.50%

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
Decimal1851531860.010.1800.27298.1819.366.47
HexB999BA11201B12a1342
Octal27123127212203345223102
Binary101110011001100110111010110010011011100101010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B999BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B999BA; }

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

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

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

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

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

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

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

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