Html Css Color HEX #BA99A7 Lily

📋 copy color: '#BA99A7'

red 186 ◦ green 153 ◦ blue 167

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

Shades of Lily #BA99A7

Tints of Lily #BA99A7

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.24%

 BLUE value IS 167 (65.63% from 255) = 33%

R = 36.76%
G = 30.24%
B = 33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA99A7 (or 0xBA99A7) is known color: Lily. HEX triplet: BA, 99 and A7. RGB value is (186,153,167). Sum of RGB (Red+Green+Blue) = 186+153+167=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BA99A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA99A7 is #456658. Grayscale: #A4A4A4. Windows color (decimal): -4548185 or 10983866. OLE color: 10983866.

HSL color Cylindrical-coordinate representation of color #BA99A7: hue angle of 334.55º degrees, saturation: 0.19, 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 #BA99A7 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 153 167 -
CMYK 0 0.18 0.10 0.27
HSL 334.55º 0.19% 0.66% -
HSV(B) 334.55º 0.18% 0.73% -
XYZ 38.62 36.01 41.47 -
YUV 164.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 186 153 167 0 0.18 0.10 0.27 334.55 0.19 0.66
Hex BA 99 A7 0 12 A 1B 14F 13 42
Octal 272 231 247 0 22 12 33 517 23 102
Binary 10111010 10011001 10100111 0 10010 1010 11011 101001111 10011 1000010

Color Harmonies of #BA99A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA99A7

Black with #BA99A7

Text Example


Text Example

White with #BA99A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA99A7; }

 p { color: rgb(186,153,167); }

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

background-color css

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

 a { background-color: rgb(186,153,167); }

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

border-color css

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

 span { border-color: rgb(186,153,167); }

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