Html Css Color HEX #BAA7B5 Lily

📋 copy color: '#BAA7B5'

red 186 ◦ green 167 ◦ blue 181

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

Shades of Lily #BAA7B5

Tints of Lily #BAA7B5

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.27%

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

R = 34.83%
G = 31.27%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BAA7B5 (or 0xBAA7B5) is known color: Lily. HEX triplet: BA, A7 and B5. RGB value is (186,167,181). Sum of RGB (Red+Green+Blue) = 186+167+181=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA7B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA7B5 is #45584A. Grayscale: #AEAEAE. Windows color (decimal): -4544587 or 11904954. OLE color: 11904954.

HSL color Cylindrical-coordinate representation of color #BAA7B5: hue angle of 315.79º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAA7B5 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 167 181 -
CMYK 0 0.10 0.03 0.27
HSL 315.79º 0.12% 0.69% -
HSV(B) 315.79º 0.1% 0.73% -
XYZ 42.41 41.41 49.47 -
YUV 174.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 186 167 181 0 0.10 0.03 0.27 315.79 0.12 0.69
Hex BA A7 B5 0 A 3 1B 13C C 45
Octal 272 247 265 0 12 3 33 474 14 105
Binary 10111010 10100111 10110101 0 1010 11 11011 100111100 1100 1000101

Color Harmonies of #BAA7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA7B5

Black with #BAA7B5

Text Example


Text Example

White with #BAA7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA7B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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