#BBA9C1

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

Shades of Lola #BBA9C1

Tints of Lola #BBA9C1

Color information

#BBA9C1 (or 0xBBA9C1) is unknown color: approx Lola. HEX triplet: BB, A9 and C1. RGB value is (187,169,193). Sum of RGB (Red+Green+Blue) = 187+169+193=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBA9C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9C1 is #44563E. Grayscale: #B1B1B1. Windows color (decimal): -4478527 or 12691899. OLE color: 12691899.

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

Color convert

RGB187169193-
CMYK0.030.1200.24
HSL285º16.22%70.98%-
HSV(B)285º12.44%75.69%-
XYZ44.3142.7956.38-
YUV177.12136.96135.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 169 (66.41% from 255) = 30.78%
BLUE value IS 193 (75.78% from 255) = 35.15%
R=34.06%
G=30.78%
B=35.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871691930.030.1200.2428516.2270.98
HexBBA9C13C01811d1047
Octal27325130131403043520107
Binary101110111010100111000001111100011000100011101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9C1; }

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

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

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

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

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

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

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

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