Html Css Color HEX #BAADB4 Lily

📋 copy color: '#BAADB4'

red 186 ◦ green 173 ◦ blue 180

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

Shades of Lily #BAADB4

Tints of Lily #BAADB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.4%

R = 34.51%
G = 32.1%
B = 33.4%

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

#BAADB4 (or 0xBAADB4) is known color: Lily. HEX triplet: BA, AD and B4. RGB value is (186,173,180). Sum of RGB (Red+Green+Blue) = 186+173+180=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADB4 is #45524B. Grayscale: #B1B1B1. Windows color (decimal): -4543052 or 11840954. OLE color: 11840954.

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

Color convert

RGB 186 173 180 -
CMYK 0 0.07 0.03 0.27
HSL 327.69º 0.09% 0.7% -
HSV(B) 327.69º 0.07% 0.73% -
XYZ 43.43 43.62 49.31 -
YUV 177.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 186 173 180 0 0.07 0.03 0.27 327.69 0.09 0.7
Hex BA AD B4 0 7 3 1B 148 9 46
Octal 272 255 264 0 7 3 33 510 11 106
Binary 10111010 10101101 10110100 0 111 11 11011 101001000 1001 1000110

Color Harmonies of #BAADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADB4

Black with #BAADB4

Text Example


Text Example

White with #BAADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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