Html Css Color HEX #BAA1B4 Lily

📋 copy color: '#BAA1B4'

red 186 ◦ green 161 ◦ blue 180

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

Shades of Lily #BAA1B4

Tints of Lily #BAA1B4

RGB

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

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

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

R = 35.29%
G = 30.55%
B = 34.16%

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

#BAA1B4 (or 0xBAA1B4) is known color: Lily. HEX triplet: BA, A1 and B4. RGB value is (186,161,180). Sum of RGB (Red+Green+Blue) = 186+161+180=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1B4 is #455E4B. Grayscale: #AAAAAA. Windows color (decimal): -4546124 or 11837882. OLE color: 11837882.

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

Color convert

RGB 186 161 180 -
CMYK 0 0.13 0.03 0.27
HSL 314.4º 0.15% 0.68% -
HSV(B) 314.4º 0.13% 0.73% -
XYZ 41.23 39.22 48.58 -
YUV 170.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 186 161 180 0 0.13 0.03 0.27 314.4 0.15 0.68
Hex BA A1 B4 0 D 3 1B 13A F 44
Octal 272 241 264 0 15 3 33 472 17 104
Binary 10111010 10100001 10110100 0 1101 11 11011 100111010 1111 1000100

Color Harmonies of #BAA1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA1B4

Black with #BAA1B4

Text Example


Text Example

White with #BAA1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA1B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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