Html Css Color HEX #BAABB5 Lily

📋 copy color: '#BAABB5'

red 186 ◦ green 171 ◦ blue 181

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

Shades of Lily #BAABB5

Tints of Lily #BAABB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.64%

R = 34.57%
G = 31.78%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BAABB5 (or 0xBAABB5) is known color: Lily. HEX triplet: BA, AB and B5. RGB value is (186,171,181). Sum of RGB (Red+Green+Blue) = 186+171+181=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 186 - color contains mainly: red. Hex color #BAABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABB5 is #45544A. Grayscale: #B0B0B0. Windows color (decimal): -4543563 or 11905978. OLE color: 11905978.

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

Color convert

RGB 186 171 181 -
CMYK 0 0.08 0.03 0.27
HSL 320º 0.1% 0.7% -
HSV(B) 320º 0.08% 0.73% -
XYZ 43.15 42.9 49.72 -
YUV 176.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 186 171 181 0 0.08 0.03 0.27 320 0.1 0.7
Hex BA AB B5 0 8 3 1B 140 A 46
Octal 272 253 265 0 10 3 33 500 12 106
Binary 10111010 10101011 10110101 0 1000 11 11011 101000000 1010 1000110

Color Harmonies of #BAABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABB5

Black with #BAABB5

Text Example


Text Example

White with #BAABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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