Html Css Color HEX #BA9DAB Lily

📋 copy color: '#BA9DAB'

red 186 ◦ green 157 ◦ blue 171

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

Shades of Lily #BA9DAB

Tints of Lily #BA9DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.54%

 BLUE value IS 171 (67.19% from 255) = 33.27%

R = 36.19%
G = 30.54%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA9DAB (or 0xBA9DAB) is known color: Lily. HEX triplet: BA, 9D and AB. RGB value is (186,157,171). Sum of RGB (Red+Green+Blue) = 186+157+171=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9DAB is #456254. Grayscale: #A7A7A7. Windows color (decimal): -4547157 or 11247034. OLE color: 11247034.

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

Color convert

RGB 186 157 171 -
CMYK 0 0.16 0.08 0.27
HSL 331.03º 0.17% 0.67% -
HSV(B) 331.03º 0.16% 0.73% -
XYZ 39.66 37.49 43.67 -
YUV 167.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 186 157 171 0 0.16 0.08 0.27 331.03 0.17 0.67
Hex BA 9D AB 0 10 8 1B 14B 11 43
Octal 272 235 253 0 20 10 33 513 21 103
Binary 10111010 10011101 10101011 0 10000 1000 11011 101001011 10001 1000011

Color Harmonies of #BA9DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9DAB

Black with #BA9DAB

Text Example


Text Example

White with #BA9DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9DAB; }

 p { color: rgb(186,157,171); }

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

background-color css

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

 a { background-color: rgb(186,157,171); }

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

border-color css

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

 span { border-color: rgb(186,157,171); }

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