Html Css Color HEX #BAAAB0 Lily

📋 copy color: '#BAAAB0'

red 186 ◦ green 170 ◦ blue 176

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

Shades of Lily #BAAAB0

Tints of Lily #BAAAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.08%

R = 34.96%
G = 31.95%
B = 33.08%

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

#BAAAB0 (or 0xBAAAB0) is known color: Lily. HEX triplet: BA, AA and B0. RGB value is (186,170,176). Sum of RGB (Red+Green+Blue) = 186+170+176=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAAB0 is #45554F. Grayscale: #AFAFAF. Windows color (decimal): -4543824 or 11578042. OLE color: 11578042.

HSL color Cylindrical-coordinate representation of color #BAAAB0: hue angle of 337.5º 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 #BAAAB0 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 170 176 -
CMYK 0 0.09 0.05 0.27
HSL 337.5º 0.1% 0.7% -
HSV(B) 337.5º 0.09% 0.73% -
XYZ 42.46 42.32 47.01 -
YUV 175.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 186 170 176 0 0.09 0.05 0.27 337.5 0.1 0.7
Hex BA AA B0 0 9 5 1B 152 A 46
Octal 272 252 260 0 11 5 33 522 12 106
Binary 10111010 10101010 10110000 0 1001 101 11011 101010010 1010 1000110

Color Harmonies of #BAAAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAAB0

Black with #BAAAB0

Text Example


Text Example

White with #BAAAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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