Html Css Color HEX #BA9DB0 Lily

📋 copy color: '#BA9DB0'

red 186 ◦ green 157 ◦ blue 176

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

Shades of Lily #BA9DB0

Tints of Lily #BA9DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.91%

R = 35.84%
G = 30.25%
B = 33.91%

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

#BA9DB0 (or 0xBA9DB0) is known color: Lily. HEX triplet: BA, 9D and B0. RGB value is (186,157,176). Sum of RGB (Red+Green+Blue) = 186+157+176=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9DB0 is #45624F. Grayscale: #A7A7A7. Windows color (decimal): -4547152 or 11574714. OLE color: 11574714.

HSL color Cylindrical-coordinate representation of color #BA9DB0: hue angle of 320.69º 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 #BA9DB0 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 157 176 -
CMYK 0 0.16 0.05 0.27
HSL 320.69º 0.17% 0.67% -
HSV(B) 320.69º 0.16% 0.73% -
XYZ 40.14 37.69 46.23 -
YUV 167.84 132.61 140.96 -
System Red Green Blue C M Y K H S L
Decimal 186 157 176 0 0.16 0.05 0.27 320.69 0.17 0.67
Hex BA 9D B0 0 10 5 1B 141 11 43
Octal 272 235 260 0 20 5 33 501 21 103
Binary 10111010 10011101 10110000 0 10000 101 11011 101000001 10001 1000011

Color Harmonies of #BA9DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9DB0

Black with #BA9DB0

Text Example


Text Example

White with #BA9DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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