Html Css Color HEX #BA9EAF Lily

📋 copy color: '#BA9EAF'

red 186 ◦ green 158 ◦ blue 175

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

Shades of Lily #BA9EAF

Tints of Lily #BA9EAF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.44%

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

R = 35.84%
G = 30.44%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA9EAF (or 0xBA9EAF) is known color: Lily. HEX triplet: BA, 9E and AF. RGB value is (186,158,175). Sum of RGB (Red+Green+Blue) = 186+158+175=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9EAF is #456150. Grayscale: #A8A8A8. Windows color (decimal): -4546897 or 11509434. OLE color: 11509434.

HSL color Cylindrical-coordinate representation of color #BA9EAF: hue angle of 323.57º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BA9EAF is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 158 175 -
CMYK 0 0.15 0.06 0.27
HSL 323.57º 0.17% 0.67% -
HSV(B) 323.57º 0.15% 0.73% -
XYZ 40.21 37.99 45.77 -
YUV 168.31 131.78 140.62 -
System Red Green Blue C M Y K H S L
Decimal 186 158 175 0 0.15 0.06 0.27 323.57 0.17 0.67
Hex BA 9E AF 0 F 6 1B 144 11 43
Octal 272 236 257 0 17 6 33 504 21 103
Binary 10111010 10011110 10101111 0 1111 110 11011 101000100 10001 1000011

Color Harmonies of #BA9EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9EAF

Black with #BA9EAF

Text Example


Text Example

White with #BA9EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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