#BBA5BA

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

Shades of Lola #BBA5BA

Tints of Lola #BBA5BA

Color information

#BBA5BA (or 0xBBA5BA) is unknown color: approx Lola. HEX triplet: BB, A5 and BA. RGB value is (187,165,186). Sum of RGB (Red+Green+Blue) = 187+165+186=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA5BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5BA is #445A45. Grayscale: #ADADAD. Windows color (decimal): -4479558 or 12232123. OLE color: 12232123.

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

Color convert

RGB187165186-
CMYK00.120.010.27
HSL302.73º13.92%69.02%-
HSV(B)302.73º11.76%73.33%-
XYZ42.8141.0252.12-
YUV173.97134.79137.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 165 (64.84% from 255) = 30.67%
BLUE value IS 186 (73.05% from 255) = 34.57%
R=34.76%
G=30.67%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716518600.120.010.27302.7313.9269.02
HexBBA5BA0C11B12fe45
Octal27324527201413345716105
Binary1011101110100101101110100110011101110010111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA5BA; }

 p { color: rgb(187,165,186); }

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

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

 a { background-color: rgb(187,165,186); }

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

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

 span { border-color: rgb(187,165,186); }

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