#BBA1C1

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

Shades of Lola #BBA1C1

Tints of Lola #BBA1C1

Color information

#BBA1C1 (or 0xBBA1C1) is unknown color: approx Lola. HEX triplet: BB, A1 and C1. RGB value is (187,161,193). Sum of RGB (Red+Green+Blue) = 187+161+193=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBA1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1C1 is #445E3E. Grayscale: #ACACAC. Windows color (decimal): -4480575 or 12689851. OLE color: 12689851.

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

Color convert

RGB187161193-
CMYK0.030.1700.24
HSL288.75º20.51%69.41%-
HSV(B)288.75º16.58%75.69%-
XYZ42.8639.955.9-
YUV172.42139.61138.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 161 (63.28% from 255) = 29.76%
BLUE value IS 193 (75.78% from 255) = 35.67%
R=34.57%
G=29.76%
B=35.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871611930.030.1700.24288.7520.5169.41
HexBBA1C13110181211545
Octal27324130132103044125105
Binary1011101110100001110000011110001011000100100001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA1C1; }

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

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

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

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

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

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

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

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