#BAAEBC

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

Shades of Lola #BAAEBC

Tints of Lola #BAAEBC

Color information

#BAAEBC (or 0xBAAEBC) is unknown color: approx Lola. HEX triplet: BA, AE and BC. RGB value is (186,174,188). Sum of RGB (Red+Green+Blue) = 186+174+188=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 188 - color contains mainly: blue. Hex color #BAAEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEBC is #455143. Grayscale: #B3B3B3. Windows color (decimal): -4542788 or 12365498. OLE color: 12365498.

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

Color convert

RGB186174188-
CMYK0.010.0700.26
HSL291.43º9.46%70.98%-
HSV(B)291.43º7.45%73.73%-
XYZ44.4644.3453.79-
YUV179.18132.98132.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 188 (73.83% from 255) = 34.31%
R=33.94%
G=31.75%
B=34.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861741880.010.0700.26291.439.4670.98
HexBAAEBC1701A123947
Octal2722562741703244311107
Binary101110101010111010111100111101101010010001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEBC; }

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

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

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

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

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

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

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

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