Html Css Color HEX #BAADB1 Lily

📋 copy color: '#BAADB1'

red 186 ◦ green 173 ◦ blue 177

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

Shades of Lily #BAADB1

Tints of Lily #BAADB1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.28%

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

R = 34.7%
G = 32.28%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BAADB1 (or 0xBAADB1) is known color: Lily. HEX triplet: BA, AD and B1. RGB value is (186,173,177). Sum of RGB (Red+Green+Blue) = 186+173+177=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAADB1 is #45524E. Grayscale: #B1B1B1. Windows color (decimal): -4543055 or 11644346. OLE color: 11644346.

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

Color convert

RGB 186 173 177 -
CMYK 0 0.07 0.05 0.27
HSL 341.54º 0.09% 0.7% -
HSV(B) 341.54º 0.07% 0.73% -
XYZ 43.13 43.5 47.72 -
YUV 177.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 186 173 177 0 0.07 0.05 0.27 341.54 0.09 0.7
Hex BA AD B1 0 7 5 1B 156 9 46
Octal 272 255 261 0 7 5 33 526 11 106
Binary 10111010 10101101 10110001 0 111 101 11011 101010110 1001 1000110

Color Harmonies of #BAADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADB1

Black with #BAADB1

Text Example


Text Example

White with #BAADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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