Html Css Color HEX #BA96AF Lily

📋 copy color: '#BA96AF'

red 186 ◦ green 150 ◦ blue 175

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

Shades of Lily #BA96AF

Tints of Lily #BA96AF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.35%

 BLUE value IS 175 (68.75% from 255) = 34.25%

R = 36.4%
G = 29.35%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA96AF (or 0xBA96AF) is known color: Lily. HEX triplet: BA, 96 and AF. RGB value is (186,150,175). Sum of RGB (Red+Green+Blue) = 186+150+175=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BA96AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA96AF is #456950. Grayscale: #A3A3A3. Windows color (decimal): -4548945 or 11507386. OLE color: 11507386.

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

Color convert

RGB 186 150 175 -
CMYK 0 0.19 0.06 0.27
HSL 318.33º 0.21% 0.66% -
HSV(B) 318.33º 0.19% 0.73% -
XYZ 38.89 35.35 45.33 -
YUV 163.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 186 150 175 0 0.19 0.06 0.27 318.33 0.21 0.66
Hex BA 96 AF 0 13 6 1B 13E 15 42
Octal 272 226 257 0 23 6 33 476 25 102
Binary 10111010 10010110 10101111 0 10011 110 11011 100111110 10101 1000010

Color Harmonies of #BA96AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA96AF

Black with #BA96AF

Text Example


Text Example

White with #BA96AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA96AF; }

 p { color: rgb(186,150,175); }

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

background-color css

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

 a { background-color: rgb(186,150,175); }

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

border-color css

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

 span { border-color: rgb(186,150,175); }

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