Html Css Color HEX #BAA1B5 Lily

📋 copy color: '#BAA1B5'

red 186 ◦ green 161 ◦ blue 181

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

Shades of Lily #BAA1B5

Tints of Lily #BAA1B5

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.49%

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

R = 35.23%
G = 30.49%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BAA1B5 (or 0xBAA1B5) is known color: Lily. HEX triplet: BA, A1 and B5. RGB value is (186,161,181). Sum of RGB (Red+Green+Blue) = 186+161+181=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA1B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1B5 is #455E4A. Grayscale: #AAAAAA. Windows color (decimal): -4546123 or 11903418. OLE color: 11903418.

HSL color Cylindrical-coordinate representation of color #BAA1B5: hue angle of 312º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAA1B5 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 161 181 -
CMYK 0 0.13 0.03 0.27
HSL 312º 0.15% 0.68% -
HSV(B) 312º 0.13% 0.73% -
XYZ 41.34 39.27 49.12 -
YUV 170.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 186 161 181 0 0.13 0.03 0.27 312 0.15 0.68
Hex BA A1 B5 0 D 3 1B 138 F 44
Octal 272 241 265 0 15 3 33 470 17 104
Binary 10111010 10100001 10110101 0 1101 11 11011 100111000 1111 1000100

Color Harmonies of #BAA1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA1B5

Black with #BAA1B5

Text Example


Text Example

White with #BAA1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA1B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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