#BAAFBD

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

Shades of Lola #BAAFBD

Tints of Lola #BAAFBD

Color information

#BAAFBD (or 0xBAAFBD) is unknown color: approx Lola. HEX triplet: BA, AF and BD. RGB value is (186,175,189). Sum of RGB (Red+Green+Blue) = 186+175+189=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 189 - color contains mainly: blue. Hex color #BAAFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFBD is #455042. Grayscale: #B3B3B3. Windows color (decimal): -4542531 or 12431290. OLE color: 12431290.

HSL color Cylindrical-coordinate representation of color #BAAFBD: hue angle of 287.14º degrees, saturation: 0.1, 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 #BAAFBD is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186175189-
CMYK0.020.0700.26
HSL287.14º9.59%71.37%-
HSV(B)287.14º7.41%74.12%-
XYZ44.7644.7754.43-
YUV179.88133.14132.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 189 (74.22% from 255) = 34.36%
R=33.82%
G=31.82%
B=34.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861751890.020.0700.26287.149.5971.37
HexBAAFBD2701A11fa47
Octal2722572752703243712107
Binary1011101010101111101111011011101101010001111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFBD; }

 p { color: rgb(186,175,189); }

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

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

 a { background-color: rgb(186,175,189); }

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

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

 span { border-color: rgb(186,175,189); }

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