#BA99BB

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

Shades of Lola #BA99BB

Tints of Lola #BA99BB

Color information

#BA99BB (or 0xBA99BB) is unknown color: approx Lola. HEX triplet: BA, 99 and BB. RGB value is (186,153,187). Sum of RGB (Red+Green+Blue) = 186+153+187=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA99BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99BB is #456644. Grayscale: #A6A6A6. Windows color (decimal): -4548165 or 12294586. OLE color: 12294586.

HSL color Cylindrical-coordinate representation of color #BA99BB: hue angle of 298.24º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BA99BB is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186153187-
CMYK0.010.1800.27
HSL298.24º20%66.67%-
HSV(B)298.24º18.18%73.33%-
XYZ40.6136.8151.98-
YUV166.74139.43141.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=35.36%
G=29.09%
B=35.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861531870.010.1800.27298.242066.67
HexBA99BB11201B12a1443
Octal27223127312203345224103
Binary101110101001100110111011110010011011100101010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99BB; }

 p { color: rgb(186,153,187); }

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

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

 a { background-color: rgb(186,153,187); }

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

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

 span { border-color: rgb(186,153,187); }

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