Html Css Color HEX #BA9EB4 Lily

📋 copy color: '#BA9EB4'

red 186 ◦ green 158 ◦ blue 180

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

Shades of Lily #BA9EB4

Tints of Lily #BA9EB4

RGB

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

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

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

R = 35.5%
G = 30.15%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA9EB4 (or 0xBA9EB4) is known color: Lily. HEX triplet: BA, 9E and B4. RGB value is (186,158,180). Sum of RGB (Red+Green+Blue) = 186+158+180=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EB4 is #45614B. Grayscale: #A8A8A8. Windows color (decimal): -4546892 or 11837114. OLE color: 11837114.

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

Color convert

RGB 186 158 180 -
CMYK 0 0.15 0.03 0.27
HSL 312.86º 0.17% 0.67% -
HSV(B) 312.86º 0.15% 0.73% -
XYZ 40.71 38.19 48.41 -
YUV 168.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 186 158 180 0 0.15 0.03 0.27 312.86 0.17 0.67
Hex BA 9E B4 0 F 3 1B 139 11 43
Octal 272 236 264 0 17 3 33 471 21 103
Binary 10111010 10011110 10110100 0 1111 11 11011 100111001 10001 1000011

Color Harmonies of #BA9EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9EB4

Black with #BA9EB4

Text Example


Text Example

White with #BA9EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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