#BA9DBB

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

Shades of Lola #BA9DBB

Tints of Lola #BA9DBB

Color information

#BA9DBB (or 0xBA9DBB) is unknown color: approx Lola. HEX triplet: BA, 9D and BB. RGB value is (186,157,187). Sum of RGB (Red+Green+Blue) = 186+157+187=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA9DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DBB is #456244. Grayscale: #A9A9A9. Windows color (decimal): -4547141 or 12295610. OLE color: 12295610.

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

Color convert

RGB186157187-
CMYK0.010.1600.27
HSL298º18.07%67.45%-
HSV(B)298º16.04%73.33%-
XYZ41.2838.1452.2-
YUV169.09138.11140.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 157 (61.72% from 255) = 29.62%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=35.09%
G=29.62%
B=35.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861571870.010.1600.2729818.0767.45
HexBA9DBB11001B12a1243
Octal27223527312003345222103
Binary101110101001110110111011110000011011100101010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DBB; }

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

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

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

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

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

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

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

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