#BBA5C0

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

Shades of Lola #BBA5C0

Tints of Lola #BBA5C0

Color information

#BBA5C0 (or 0xBBA5C0) is unknown color: approx Lola. HEX triplet: BB, A5 and C0. RGB value is (187,165,192). Sum of RGB (Red+Green+Blue) = 187+165+192=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBA5C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5C0 is #445A3F. Grayscale: #AEAEAE. Windows color (decimal): -4479552 or 12625339. OLE color: 12625339.

HSL color Cylindrical-coordinate representation of color #BBA5C0: hue angle of 288.89º degrees, saturation: 0.18, 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 #BBA5C0 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187165192-
CMYK0.030.1400.25
HSL288.89º17.65%70%-
HSV(B)288.89º14.06%75.29%-
XYZ43.4641.2855.55-
YUV174.66137.79136.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 165 (64.84% from 255) = 30.33%
BLUE value IS 192 (75.39% from 255) = 35.29%
R=34.38%
G=30.33%
B=35.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871651920.030.1400.25288.8917.6570
HexBBA5C03E0191211246
Octal27324530031603144122106
Binary101110111010010111000000111110011001100100001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA5C0; }

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

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

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

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

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

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

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

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