Html Css Color HEX #BAAAAF Lily

📋 copy color: '#BAAAAF'

red 186 ◦ green 170 ◦ blue 175

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

Shades of Lily #BAAAAF

Tints of Lily #BAAAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.96%

R = 35.03%
G = 32.02%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BAAAAF (or 0xBAAAAF) is known color: Lily. HEX triplet: BA, AA and AF. RGB value is (186,170,175). Sum of RGB (Red+Green+Blue) = 186+170+175=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAAAF is #455550. Grayscale: #AFAFAF. Windows color (decimal): -4543825 or 11512506. OLE color: 11512506.

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

Color convert

RGB 186 170 175 -
CMYK 0 0.09 0.06 0.27
HSL 341.25º 0.1% 0.7% -
HSV(B) 341.25º 0.09% 0.73% -
XYZ 42.36 42.28 46.49 -
YUV 175.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 186 170 175 0 0.09 0.06 0.27 341.25 0.1 0.7
Hex BA AA AF 0 9 6 1B 155 A 46
Octal 272 252 257 0 11 6 33 525 12 106
Binary 10111010 10101010 10101111 0 1001 110 11011 101010101 1010 1000110

Color Harmonies of #BAAAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAAAF

Black with #BAAAAF

Text Example


Text Example

White with #BAAAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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