Html Css Color HEX #BA9EB2 Lily

📋 copy color: '#BA9EB2'

red 186 ◦ green 158 ◦ blue 178

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

Shades of Lily #BA9EB2

Tints of Lily #BA9EB2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.27%

 BLUE value IS 178 (69.92% from 255) = 34.1%

R = 35.63%
G = 30.27%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA9EB2 (or 0xBA9EB2) is known color: Lily. HEX triplet: BA, 9E and B2. RGB value is (186,158,178). Sum of RGB (Red+Green+Blue) = 186+158+178=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9EB2 is #45614D. Grayscale: #A8A8A8. Windows color (decimal): -4546894 or 11706042. OLE color: 11706042.

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

Color convert

RGB 186 158 178 -
CMYK 0 0.15 0.04 0.27
HSL 317.14º 0.17% 0.67% -
HSV(B) 317.14º 0.15% 0.73% -
XYZ 40.51 38.11 47.34 -
YUV 168.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 186 158 178 0 0.15 0.04 0.27 317.14 0.17 0.67
Hex BA 9E B2 0 F 4 1B 13D 11 43
Octal 272 236 262 0 17 4 33 475 21 103
Binary 10111010 10011110 10110010 0 1111 100 11011 100111101 10001 1000011

Color Harmonies of #BA9EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9EB2

Black with #BA9EB2

Text Example


Text Example

White with #BA9EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9EB2; }

 p { color: rgb(186,158,178); }

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

background-color css

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

 a { background-color: rgb(186,158,178); }

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

border-color css

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

 span { border-color: rgb(186,158,178); }

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