Html Css Color HEX #BA98AC Lily

📋 copy color: '#BA98AC'

red 186 ◦ green 152 ◦ blue 172

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

Shades of Lily #BA98AC

Tints of Lily #BA98AC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.8%

 BLUE value IS 172 (67.58% from 255) = 33.73%

R = 36.47%
G = 29.8%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA98AC (or 0xBA98AC) is known color: Lily. HEX triplet: BA, 98 and AC. RGB value is (186,152,172). Sum of RGB (Red+Green+Blue) = 186+152+172=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BA98AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA98AC is #456753. Grayscale: #A4A4A4. Windows color (decimal): -4548436 or 11311290. OLE color: 11311290.

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

Color convert

RGB 186 152 172 -
CMYK 0 0.18 0.08 0.27
HSL 324.71º 0.2% 0.66% -
HSV(B) 324.71º 0.18% 0.73% -
XYZ 38.92 35.87 43.9 -
YUV 164.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 186 152 172 0 0.18 0.08 0.27 324.71 0.2 0.66
Hex BA 98 AC 0 12 8 1B 145 14 42
Octal 272 230 254 0 22 10 33 505 24 102
Binary 10111010 10011000 10101100 0 10010 1000 11011 101000101 10100 1000010

Color Harmonies of #BA98AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA98AC

Black with #BA98AC

Text Example


Text Example

White with #BA98AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA98AC; }

 p { color: rgb(186,152,172); }

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

background-color css

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

 a { background-color: rgb(186,152,172); }

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

border-color css

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

 span { border-color: rgb(186,152,172); }

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