#BAAEBE

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

Shades of Lola #BAAEBE

Tints of Lola #BAAEBE

Color information

#BAAEBE (or 0xBAAEBE) is unknown color: approx Lola. HEX triplet: BA, AE and BE. RGB value is (186,174,190). Sum of RGB (Red+Green+Blue) = 186+174+190=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAAEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEBE is #455141. Grayscale: #B3B3B3. Windows color (decimal): -4542786 or 12496570. OLE color: 12496570.

HSL color Cylindrical-coordinate representation of color #BAAEBE: hue angle of 285º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAAEBE is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186174190-
CMYK0.020.0800.25
HSL285º10.96%71.37%-
HSV(B)285º8.42%74.51%-
XYZ44.6844.4354.94-
YUV179.41133.98132.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 174 (68.36% from 255) = 31.64%
BLUE value IS 190 (74.61% from 255) = 34.55%
R=33.82%
G=31.64%
B=34.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861741900.020.0800.2528510.9671.37
HexBAAEBE2801911db47
Octal27225627621003143513107
Binary10111010101011101011111010100001100110001110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEBE; }

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

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

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

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

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

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

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

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