#BBA3C1

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

Shades of Lola #BBA3C1

Tints of Lola #BBA3C1

Color information

#BBA3C1 (or 0xBBA3C1) is unknown color: approx Lola. HEX triplet: BB, A3 and C1. RGB value is (187,163,193). Sum of RGB (Red+Green+Blue) = 187+163+193=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBA3C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3C1 is #445C3E. Grayscale: #ADADAD. Windows color (decimal): -4480063 or 12690363. OLE color: 12690363.

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

Color convert

RGB187163193-
CMYK0.030.1600.24
HSL288º19.48%69.8%-
HSV(B)288º15.54%75.69%-
XYZ43.2240.6156.01-
YUV173.6138.95137.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 163 (64.06% from 255) = 30.02%
BLUE value IS 193 (75.78% from 255) = 35.54%
R=34.44%
G=30.02%
B=35.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871631930.030.1600.2428819.4869.8
HexBBA3C13100181201346
Octal27324330132003044023106
Binary1011101110100011110000011110000011000100100000100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA3C1; }

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

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

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

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

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

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

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

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