Html Css Color HEX #BAADB5 Lily

📋 copy color: '#BAADB5'

red 186 ◦ green 173 ◦ blue 181

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

Shades of Lily #BAADB5

Tints of Lily #BAADB5

RGB

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

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

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

R = 34.44%
G = 32.04%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BAADB5 (or 0xBAADB5) is known color: Lily. HEX triplet: BA, AD and B5. RGB value is (186,173,181). Sum of RGB (Red+Green+Blue) = 186+173+181=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADB5 is #45524A. Grayscale: #B1B1B1. Windows color (decimal): -4543051 or 11906490. OLE color: 11906490.

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

Color convert

RGB 186 173 181 -
CMYK 0 0.07 0.03 0.27
HSL 323.08º 0.09% 0.7% -
HSV(B) 323.08º 0.07% 0.73% -
XYZ 43.53 43.66 49.85 -
YUV 177.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 186 173 181 0 0.07 0.03 0.27 323.08 0.09 0.7
Hex BA AD B5 0 7 3 1B 143 9 46
Octal 272 255 265 0 7 3 33 503 11 106
Binary 10111010 10101101 10110101 0 111 11 11011 101000011 1001 1000110

Color Harmonies of #BAADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADB5

Black with #BAADB5

Text Example


Text Example

White with #BAADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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