Html Css Color HEX #BAA0B3 Lily

📋 copy color: '#BAA0B3'

red 186 ◦ green 160 ◦ blue 179

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

Shades of Lily #BAA0B3

Tints of Lily #BAA0B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.1%

R = 35.43%
G = 30.48%
B = 34.1%

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

#BAA0B3 (or 0xBAA0B3) is known color: Lily. HEX triplet: BA, A0 and B3. RGB value is (186,160,179). Sum of RGB (Red+Green+Blue) = 186+160+179=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA0B3 is #455F4C. Grayscale: #A9A9A9. Windows color (decimal): -4546381 or 11772090. OLE color: 11772090.

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

Color convert

RGB 186 160 179 -
CMYK 0 0.14 0.04 0.27
HSL 316.15º 0.16% 0.68% -
HSV(B) 316.15º 0.14% 0.73% -
XYZ 40.96 38.84 47.99 -
YUV 169.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 186 160 179 0 0.14 0.04 0.27 316.15 0.16 0.68
Hex BA A0 B3 0 E 4 1B 13C 10 44
Octal 272 240 263 0 16 4 33 474 20 104
Binary 10111010 10100000 10110011 0 1110 100 11011 100111100 10000 1000100

Color Harmonies of #BAA0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA0B3

Black with #BAA0B3

Text Example


Text Example

White with #BAA0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA0B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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