Html Css Color HEX #BA9CAD Lily

📋 copy color: '#BA9CAD'

red 186 ◦ green 156 ◦ blue 173

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

Shades of Lily #BA9CAD

Tints of Lily #BA9CAD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.29%

 BLUE value IS 173 (67.97% from 255) = 33.59%

R = 36.12%
G = 30.29%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA9CAD (or 0xBA9CAD) is known color: Lily. HEX triplet: BA, 9C and AD. RGB value is (186,156,173). Sum of RGB (Red+Green+Blue) = 186+156+173=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9CAD is #456352. Grayscale: #A6A6A6. Windows color (decimal): -4547411 or 11377850. OLE color: 11377850.

HSL color Cylindrical-coordinate representation of color #BA9CAD: hue angle of 326º degrees, saturation: 0.18, 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 #BA9CAD is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 156 173 -
CMYK 0 0.16 0.07 0.27
HSL 326º 0.18% 0.67% -
HSV(B) 326º 0.16% 0.73% -
XYZ 39.68 37.23 44.63 -
YUV 166.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 186 156 173 0 0.16 0.07 0.27 326 0.18 0.67
Hex BA 9C AD 0 10 7 1B 146 12 43
Octal 272 234 255 0 20 7 33 506 22 103
Binary 10111010 10011100 10101101 0 10000 111 11011 101000110 10010 1000011

Color Harmonies of #BA9CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9CAD

Black with #BA9CAD

Text Example


Text Example

White with #BA9CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9CAD; }

 p { color: rgb(186,156,173); }

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

background-color css

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

 a { background-color: rgb(186,156,173); }

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

border-color css

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

 span { border-color: rgb(186,156,173); }

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