Html Css Color HEX #BA92AB Lily

📋 copy color: '#BA92AB'

red 186 ◦ green 146 ◦ blue 171

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

Shades of Lily #BA92AB

Tints of Lily #BA92AB

RGB

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

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

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

R = 36.98%
G = 29.03%
B = 34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA92AB (or 0xBA92AB) is known color: Lily. HEX triplet: BA, 92 and AB. RGB value is (186,146,171). Sum of RGB (Red+Green+Blue) = 186+146+171=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BA92AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA92AB is #456D54. Grayscale: #A0A0A0. Windows color (decimal): -4549973 or 11244218. OLE color: 11244218.

HSL color Cylindrical-coordinate representation of color #BA92AB: hue angle of 322.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 #BA92AB is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 146 171 -
CMYK 0 0.22 0.08 0.27
HSL 322.5º 0.22% 0.65% -
HSV(B) 322.5º 0.22% 0.73% -
XYZ 37.88 33.94 43.08 -
YUV 160.81 133.75 145.97 -
System Red Green Blue C M Y K H S L
Decimal 186 146 171 0 0.22 0.08 0.27 322.5 0.22 0.65
Hex BA 92 AB 0 16 8 1B 142 16 41
Octal 272 222 253 0 26 10 33 502 26 101
Binary 10111010 10010010 10101011 0 10110 1000 11011 101000010 10110 1000001

Color Harmonies of #BA92AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA92AB

Black with #BA92AB

Text Example


Text Example

White with #BA92AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA92AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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