#BBA1BF

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

Shades of Lola #BBA1BF

Tints of Lola #BBA1BF

Color information

#BBA1BF (or 0xBBA1BF) is unknown color: approx Lola. HEX triplet: BB, A1 and BF. RGB value is (187,161,191). Sum of RGB (Red+Green+Blue) = 187+161+191=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBA1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1BF is #445E40. Grayscale: #ACACAC. Windows color (decimal): -4480577 or 12558779. OLE color: 12558779.

HSL color Cylindrical-coordinate representation of color #BBA1BF: hue angle of 292º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBA1BF is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187161191-
CMYK0.020.1600.25
HSL292º18.99%69.02%-
HSV(B)292º15.71%74.9%-
XYZ42.6439.8254.73-
YUV172.19138.61138.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 161 (63.28% from 255) = 29.87%
BLUE value IS 191 (75% from 255) = 35.44%
R=34.69%
G=29.87%
B=35.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871611910.020.1600.2529218.9969.02
HexBBA1BF2100191241345
Octal27324127722003144423105
Binary1011101110100001101111111010000011001100100100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA1BF; }

 p { color: rgb(187,161,191); }

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

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

 a { background-color: rgb(187,161,191); }

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

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

 span { border-color: rgb(187,161,191); }

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