#BBA4BF

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

Shades of Lola #BBA4BF

Tints of Lola #BBA4BF

Color information

#BBA4BF (or 0xBBA4BF) is unknown color: approx Lola. HEX triplet: BB, A4 and BF. RGB value is (187,164,191). Sum of RGB (Red+Green+Blue) = 187+164+191=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBA4BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4BF is #445B40. Grayscale: #ADADAD. Windows color (decimal): -4479809 or 12559547. OLE color: 12559547.

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

Color convert

RGB187164191-
CMYK0.020.1400.25
HSL291.11º17.42%69.61%-
HSV(B)291.11º14.14%74.9%-
XYZ43.1740.8854.9-
YUV173.96137.62137.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.50%
GREEN value IS 164 (64.45% from 255) = 30.26%
BLUE value IS 191 (75% from 255) = 35.24%
R=34.50%
G=30.26%
B=35.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871641910.020.1400.25291.1117.4269.61
HexBBA4BF2E0191231146
Octal27324427721603144321106
Binary101110111010010010111111101110011001100100011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4BF; }

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

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

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

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

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

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

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

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