Html Css Color HEX #BA9CAB Lily

📋 copy color: '#BA9CAB'

red 186 ◦ green 156 ◦ blue 171

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

Shades of Lily #BA9CAB

Tints of Lily #BA9CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.33%

R = 36.26%
G = 30.41%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA9CAB (or 0xBA9CAB) is known color: Lily. HEX triplet: BA, 9C and AB. RGB value is (186,156,171). Sum of RGB (Red+Green+Blue) = 186+156+171=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9CAB is #456354. Grayscale: #A6A6A6. Windows color (decimal): -4547413 or 11246778. OLE color: 11246778.

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

Color convert

RGB 186 156 171 -
CMYK 0 0.16 0.08 0.27
HSL 330º 0.18% 0.67% -
HSV(B) 330º 0.16% 0.73% -
XYZ 39.49 37.16 43.62 -
YUV 166.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 186 156 171 0 0.16 0.08 0.27 330 0.18 0.67
Hex BA 9C AB 0 10 8 1B 14A 12 43
Octal 272 234 253 0 20 10 33 512 22 103
Binary 10111010 10011100 10101011 0 10000 1000 11011 101001010 10010 1000011

Color Harmonies of #BA9CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9CAB

Black with #BA9CAB

Text Example


Text Example

White with #BA9CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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