Html Css Color HEX #BA9DB1 Lily

📋 copy color: '#BA9DB1'

red 186 ◦ green 157 ◦ blue 177

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

Shades of Lily #BA9DB1

Tints of Lily #BA9DB1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.19%

 BLUE value IS 177 (69.53% from 255) = 34.04%

R = 35.77%
G = 30.19%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA9DB1 (or 0xBA9DB1) is known color: Lily. HEX triplet: BA, 9D and B1. RGB value is (186,157,177). Sum of RGB (Red+Green+Blue) = 186+157+177=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9DB1 is #45624E. Grayscale: #A7A7A7. Windows color (decimal): -4547151 or 11640250. OLE color: 11640250.

HSL color Cylindrical-coordinate representation of color #BA9DB1: hue angle of 318.62º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BA9DB1 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 157 177 -
CMYK 0 0.16 0.05 0.27
HSL 318.62º 0.17% 0.67% -
HSV(B) 318.62º 0.16% 0.73% -
XYZ 40.24 37.73 46.76 -
YUV 167.95 133.11 140.87 -
System Red Green Blue C M Y K H S L
Decimal 186 157 177 0 0.16 0.05 0.27 318.62 0.17 0.67
Hex BA 9D B1 0 10 5 1B 13F 11 43
Octal 272 235 261 0 20 5 33 477 21 103
Binary 10111010 10011101 10110001 0 10000 101 11011 100111111 10001 1000011

Color Harmonies of #BA9DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9DB1

Black with #BA9DB1

Text Example


Text Example

White with #BA9DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9DB1; }

 p { color: rgb(186,157,177); }

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

background-color css

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

 a { background-color: rgb(186,157,177); }

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

border-color css

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

 span { border-color: rgb(186,157,177); }

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