#BAAEBB

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

Shades of Lola #BAAEBB

Tints of Lola #BAAEBB

Color information

#BAAEBB (or 0xBAAEBB) is unknown color: approx Lola. HEX triplet: BA, AE and BB. RGB value is (186,174,187). Sum of RGB (Red+Green+Blue) = 186+174+187=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAAEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEBB is #455144. Grayscale: #B3B3B3. Windows color (decimal): -4542789 or 12299962. OLE color: 12299962.

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

Color convert

RGB186174187-
CMYK0.010.0700.27
HSL295.38º8.72%70.78%-
HSV(B)295.38º6.95%73.33%-
XYZ44.3644.353.23-
YUV179.07132.48132.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 187 (73.44% from 255) = 34.19%
R=34.00%
G=31.81%
B=34.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861741870.010.0700.27295.388.7270.78
HexBAAEBB1701B127947
Octal2722562731703344711107
Binary101110101010111010111011111101101110010011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEBB; }

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

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

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

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

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

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

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

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