Html Css Color HEX #BA9CA8 Lily

📋 copy color: '#BA9CA8'

red 186 ◦ green 156 ◦ blue 168

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

Shades of Lily #BA9CA8

Tints of Lily #BA9CA8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.59%

 BLUE value IS 168 (66.02% from 255) = 32.94%

R = 36.47%
G = 30.59%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA9CA8 (or 0xBA9CA8) is known color: Lily. HEX triplet: BA, 9C and A8. RGB value is (186,156,168). Sum of RGB (Red+Green+Blue) = 186+156+168=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9CA8 is #456357. Grayscale: #A6A6A6. Windows color (decimal): -4547416 or 11050170. OLE color: 11050170.

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

Color convert

RGB 186 156 168 -
CMYK 0 0.16 0.10 0.27
HSL 336º 0.18% 0.67% -
HSV(B) 336º 0.16% 0.73% -
XYZ 39.21 37.04 42.13 -
YUV 166.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 186 156 168 0 0.16 0.10 0.27 336 0.18 0.67
Hex BA 9C A8 0 10 A 1B 150 12 43
Octal 272 234 250 0 20 12 33 520 22 103
Binary 10111010 10011100 10101000 0 10000 1010 11011 101010000 10010 1000011

Color Harmonies of #BA9CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9CA8

Black with #BA9CA8

Text Example


Text Example

White with #BA9CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9CA8; }

 p { color: rgb(186,156,168); }

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

background-color css

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

 a { background-color: rgb(186,156,168); }

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

border-color css

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

 span { border-color: rgb(186,156,168); }

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