Html Css Color HEX #BAAAB1 Lily

📋 copy color: '#BAAAB1'

red 186 ◦ green 170 ◦ blue 177

#BAAAB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #BAAAB1

Tints of Lily #BAAAB1

RGB

 RED value IS 186 (73.05% from 255) = 34.9%

 GREEN value IS 170 (66.8% from 255) = 31.89%

 BLUE value IS 177 (69.53% from 255) = 33.21%

R = 34.9%
G = 31.89%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BAAAB1 (or 0xBAAAB1) is known color: Lily. HEX triplet: BA, AA and B1. RGB value is (186,170,177). Sum of RGB (Red+Green+Blue) = 186+170+177=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 177 (69.53% from 255 or 33.21% from 533); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAAB1 is #45554E. Grayscale: #AFAFAF. Windows color (decimal): -4543823 or 11643578. OLE color: 11643578.

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

Color convert

RGB 186 170 177 -
CMYK 0 0.09 0.05 0.27
HSL 333.75º 0.1% 0.7% -
HSV(B) 333.75º 0.09% 0.73% -
XYZ 42.56 42.36 47.53 -
YUV 175.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 186 170 177 0 0.09 0.05 0.27 333.75 0.1 0.7
Hex BA AA B1 0 9 5 1B 14E A 46
Octal 272 252 261 0 11 5 33 516 12 106
Binary 10111010 10101010 10110001 0 1001 101 11011 101001110 1010 1000110

Color Harmonies of #BAAAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAAB1

Black with #BAAAB1

Text Example


Text Example

White with #BAAAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAAB1; }

 p { color: rgb(186,170,177); }

 H1.HeaderClassName
 {
   color: #BAAAB1;
 }
 .AnyTagClassName
 {
   color: #BAAAB1;
 }
</style>

background-color css

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

 a { background-color: rgb(186,170,177); }

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

border-color css

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

 span { border-color: rgb(186,170,177); }

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