Html Css Color HEX #BA9DB4 Lily

📋 copy color: '#BA9DB4'

red 186 ◦ green 157 ◦ blue 180

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

Shades of Lily #BA9DB4

Tints of Lily #BA9DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.42%

R = 35.56%
G = 30.02%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA9DB4 (or 0xBA9DB4) is known color: Lily. HEX triplet: BA, 9D and B4. RGB value is (186,157,180). Sum of RGB (Red+Green+Blue) = 186+157+180=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DB4 is #45624B. Grayscale: #A8A8A8. Windows color (decimal): -4547148 or 11836858. OLE color: 11836858.

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

Color convert

RGB 186 157 180 -
CMYK 0 0.16 0.03 0.27
HSL 312.41º 0.17% 0.67% -
HSV(B) 312.41º 0.16% 0.73% -
XYZ 40.54 37.85 48.35 -
YUV 168.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 186 157 180 0 0.16 0.03 0.27 312.41 0.17 0.67
Hex BA 9D B4 0 10 3 1B 138 11 43
Octal 272 235 264 0 20 3 33 470 21 103
Binary 10111010 10011101 10110100 0 10000 11 11011 100111000 10001 1000011

Color Harmonies of #BA9DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9DB4

Black with #BA9DB4

Text Example


Text Example

White with #BA9DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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