#BBA7C2

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

Shades of Lola #BBA7C2

Tints of Lola #BBA7C2

Color information

#BBA7C2 (or 0xBBA7C2) is unknown color: approx Lola. HEX triplet: BB, A7 and C2. RGB value is (187,167,194). Sum of RGB (Red+Green+Blue) = 187+167+194=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 194 - color contains mainly: blue. Hex color #BBA7C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7C2 is #44583D. Grayscale: #AFAFAF. Windows color (decimal): -4479038 or 12756923. OLE color: 12756923.

HSL color Cylindrical-coordinate representation of color #BBA7C2: hue angle of 284.44º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBA7C2 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187167194-
CMYK0.040.1400.24
HSL284.44º18.12%70.78%-
HSV(B)284.44º13.92%76.08%-
XYZ44.0542.156.84-
YUV176.06138.13135.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.12%
GREEN value IS 167 (65.62% from 255) = 30.47%
BLUE value IS 194 (76.17% from 255) = 35.40%
R=34.12%
G=30.47%
B=35.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871671940.040.1400.24284.4418.1270.78
HexBBA7C24E01811c1247
Octal27324730241603043422107
Binary1011101110100111110000101001110011000100011100100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA7C2; }

 p { color: rgb(187,167,194); }

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

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

 a { background-color: rgb(187,167,194); }

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

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

 span { border-color: rgb(187,167,194); }

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