#BBA4C1

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

Shades of Lola #BBA4C1

Tints of Lola #BBA4C1

Color information

#BBA4C1 (or 0xBBA4C1) is unknown color: approx Lola. HEX triplet: BB, A4 and C1. RGB value is (187,164,193). Sum of RGB (Red+Green+Blue) = 187+164+193=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBA4C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4C1 is #445B3E. Grayscale: #AEAEAE. Windows color (decimal): -4479807 or 12690619. OLE color: 12690619.

HSL color Cylindrical-coordinate representation of color #BBA4C1: hue angle of 287.59º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBA4C1 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187164193-
CMYK0.030.1500.24
HSL287.59º18.95%70%-
HSV(B)287.59º15.03%75.69%-
XYZ43.3940.9756.07-
YUV174.18138.62137.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 164 (64.45% from 255) = 30.15%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=34.38%
G=30.15%
B=35.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871641930.030.1500.24287.5918.9570
HexBBA4C13F0181201346
Octal27324430131703044023106
Binary101110111010010011000001111111011000100100000100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4C1; }

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

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

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

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

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

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

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

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