Html Css Color HEX #BAADB2 Lily

📋 copy color: '#BAADB2'

red 186 ◦ green 173 ◦ blue 178

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

Shades of Lily #BAADB2

Tints of Lily #BAADB2

RGB

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

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

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

R = 34.64%
G = 32.22%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BAADB2 (or 0xBAADB2) is known color: Lily. HEX triplet: BA, AD and B2. RGB value is (186,173,178). Sum of RGB (Red+Green+Blue) = 186+173+178=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAADB2 is #45524D. Grayscale: #B1B1B1. Windows color (decimal): -4543054 or 11709882. OLE color: 11709882.

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

Color convert

RGB 186 173 178 -
CMYK 0 0.07 0.04 0.27
HSL 336.92º 0.09% 0.7% -
HSV(B) 336.92º 0.07% 0.73% -
XYZ 43.23 43.54 48.25 -
YUV 177.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 186 173 178 0 0.07 0.04 0.27 336.92 0.09 0.7
Hex BA AD B2 0 7 4 1B 151 9 46
Octal 272 255 262 0 7 4 33 521 11 106
Binary 10111010 10101101 10110010 0 111 100 11011 101010001 1001 1000110

Color Harmonies of #BAADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADB2

Black with #BAADB2

Text Example


Text Example

White with #BAADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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