#BBA3BF

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

Shades of Lola #BBA3BF

Tints of Lola #BBA3BF

Color information

#BBA3BF (or 0xBBA3BF) is unknown color: approx Lola. HEX triplet: BB, A3 and BF. RGB value is (187,163,191). Sum of RGB (Red+Green+Blue) = 187+163+191=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBA3BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3BF is #445C40. Grayscale: #ADADAD. Windows color (decimal): -4480065 or 12559291. OLE color: 12559291.

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

Color convert

RGB187163191-
CMYK0.020.1500.25
HSL291.43º17.95%69.41%-
HSV(B)291.43º14.66%74.9%-
XYZ42.9940.5254.85-
YUV173.37137.95137.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 163 (64.06% from 255) = 30.13%
BLUE value IS 191 (75% from 255) = 35.30%
R=34.57%
G=30.13%
B=35.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871631910.020.1500.25291.4317.9569.41
HexBBA3BF2F0191231245
Octal27324327721703144322105
Binary101110111010001110111111101111011001100100011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA3BF; }

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

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

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

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

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

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

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

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