Html Css Color HEX #BAABB1 Lily

📋 copy color: '#BAABB1'

red 186 ◦ green 171 ◦ blue 177

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

Shades of Lily #BAABB1

Tints of Lily #BAABB1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.02%

 BLUE value IS 177 (69.53% from 255) = 33.15%

R = 34.83%
G = 32.02%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BAABB1 (or 0xBAABB1) is known color: Lily. HEX triplet: BA, AB and B1. RGB value is (186,171,177). Sum of RGB (Red+Green+Blue) = 186+171+177=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 186 - color contains mainly: red. Hex color #BAABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAABB1 is #45544E. Grayscale: #B0B0B0. Windows color (decimal): -4543567 or 11643834. OLE color: 11643834.

HSL color Cylindrical-coordinate representation of color #BAABB1: hue angle of 336º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAABB1 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 171 177 -
CMYK 0 0.08 0.05 0.27
HSL 336º 0.1% 0.7% -
HSV(B) 336º 0.08% 0.73% -
XYZ 42.75 42.74 47.59 -
YUV 176.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 186 171 177 0 0.08 0.05 0.27 336 0.1 0.7
Hex BA AB B1 0 8 5 1B 150 A 46
Octal 272 253 261 0 10 5 33 520 12 106
Binary 10111010 10101011 10110001 0 1000 101 11011 101010000 1010 1000110

Color Harmonies of #BAABB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABB1

Black with #BAABB1

Text Example


Text Example

White with #BAABB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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