Html Css Color HEX #BA9CAE Lily

📋 copy color: '#BA9CAE'

red 186 ◦ green 156 ◦ blue 174

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

Shades of Lily #BA9CAE

Tints of Lily #BA9CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.72%

R = 36.05%
G = 30.23%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA9CAE (or 0xBA9CAE) is known color: Lily. HEX triplet: BA, 9C and AE. RGB value is (186,156,174). Sum of RGB (Red+Green+Blue) = 186+156+174=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9CAE is #456351. Grayscale: #A6A6A6. Windows color (decimal): -4547410 or 11443386. OLE color: 11443386.

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

Color convert

RGB 186 156 174 -
CMYK 0 0.16 0.06 0.27
HSL 324º 0.18% 0.67% -
HSV(B) 324º 0.16% 0.73% -
XYZ 39.78 37.27 45.14 -
YUV 167.02 131.94 141.54 -
System Red Green Blue C M Y K H S L
Decimal 186 156 174 0 0.16 0.06 0.27 324 0.18 0.67
Hex BA 9C AE 0 10 6 1B 144 12 43
Octal 272 234 256 0 20 6 33 504 22 103
Binary 10111010 10011100 10101110 0 10000 110 11011 101000100 10010 1000011

Color Harmonies of #BA9CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9CAE

Black with #BA9CAE

Text Example


Text Example

White with #BA9CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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