Html Css Color HEX #BAA0B2 Lily

📋 copy color: '#BAA0B2'

red 186 ◦ green 160 ◦ blue 178

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

Shades of Lily #BAA0B2

Tints of Lily #BAA0B2

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.53%

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

R = 35.5%
G = 30.53%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BAA0B2 (or 0xBAA0B2) is known color: Lily. HEX triplet: BA, A0 and B2. RGB value is (186,160,178). Sum of RGB (Red+Green+Blue) = 186+160+178=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA0B2 is #455F4D. Grayscale: #A9A9A9. Windows color (decimal): -4546382 or 11706554. OLE color: 11706554.

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

Color convert

RGB 186 160 178 -
CMYK 0 0.14 0.04 0.27
HSL 318.46º 0.16% 0.68% -
HSV(B) 318.46º 0.14% 0.73% -
XYZ 40.86 38.8 47.45 -
YUV 169.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 186 160 178 0 0.14 0.04 0.27 318.46 0.16 0.68
Hex BA A0 B2 0 E 4 1B 13E 10 44
Octal 272 240 262 0 16 4 33 476 20 104
Binary 10111010 10100000 10110010 0 1110 100 11011 100111110 10000 1000100

Color Harmonies of #BAA0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA0B2

Black with #BAA0B2

Text Example


Text Example

White with #BAA0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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