#BAAEB9

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

Shades of Lola #BAAEB9

Tints of Lola #BAAEB9

Color information

#BAAEB9 (or 0xBAAEB9) is unknown color: approx Lola. HEX triplet: BA, AE and B9. RGB value is (186,174,185). Sum of RGB (Red+Green+Blue) = 186+174+185=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEB9 is #455146. Grayscale: #B2B2B2. Windows color (decimal): -4542791 or 12168890. OLE color: 12168890.

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

Color convert

RGB186174185-
CMYK00.060.010.27
HSL305º8%70.59%-
HSV(B)305º6.45%72.94%-
XYZ44.1444.2152.11-
YUV178.84131.48133.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 185 (72.66% from 255) = 33.94%
R=34.13%
G=31.93%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617418500.060.010.27305870.59
HexBAAEB90611B131847
Octal2722562710613346110107
Binary101110101010111010111001011011101110011000110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEB9; }

 p { color: rgb(186,174,185); }

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

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

 a { background-color: rgb(186,174,185); }

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

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

 span { border-color: rgb(186,174,185); }

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