Html Css Color HEX #BA92AD Lily

📋 copy color: '#BA92AD'

red 186 ◦ green 146 ◦ blue 173

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

Shades of Lily #BA92AD

Tints of Lily #BA92AD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.91%

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

R = 36.83%
G = 28.91%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA92AD (or 0xBA92AD) is known color: Lily. HEX triplet: BA, 92 and AD. RGB value is (186,146,173). Sum of RGB (Red+Green+Blue) = 186+146+173=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BA92AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA92AD is #456D52. Grayscale: #A0A0A0. Windows color (decimal): -4549971 or 11375290. OLE color: 11375290.

HSL color Cylindrical-coordinate representation of color #BA92AD: hue angle of 319.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA92AD is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 146 173 -
CMYK 0 0.22 0.07 0.27
HSL 319.5º 0.22% 0.65% -
HSV(B) 319.5º 0.22% 0.73% -
XYZ 38.07 34.01 44.09 -
YUV 161.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 186 146 173 0 0.22 0.07 0.27 319.5 0.22 0.65
Hex BA 92 AD 0 16 7 1B 140 16 41
Octal 272 222 255 0 26 7 33 500 26 101
Binary 10111010 10010010 10101101 0 10110 111 11011 101000000 10110 1000001

Color Harmonies of #BA92AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA92AD

Black with #BA92AD

Text Example


Text Example

White with #BA92AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA92AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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