Html Css Color HEX #BAA2B5 Lily

📋 copy color: '#BAA2B5'

red 186 ◦ green 162 ◦ blue 181

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

Shades of Lily #BAA2B5

Tints of Lily #BAA2B5

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.62%

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

R = 35.16%
G = 30.62%
B = 34.22%

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

#BAA2B5 (or 0xBAA2B5) is known color: Lily. HEX triplet: BA, A2 and B5. RGB value is (186,162,181). Sum of RGB (Red+Green+Blue) = 186+162+181=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2B5 is #455D4A. Grayscale: #ABABAB. Windows color (decimal): -4545867 or 11903674. OLE color: 11903674.

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

Color convert

RGB 186 162 181 -
CMYK 0 0.13 0.03 0.27
HSL 312.5º 0.15% 0.68% -
HSV(B) 312.5º 0.13% 0.73% -
XYZ 41.51 39.62 49.17 -
YUV 171.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 186 162 181 0 0.13 0.03 0.27 312.5 0.15 0.68
Hex BA A2 B5 0 D 3 1B 138 F 44
Octal 272 242 265 0 15 3 33 470 17 104
Binary 10111010 10100010 10110101 0 1101 11 11011 100111000 1111 1000100

Color Harmonies of #BAA2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA2B5

Black with #BAA2B5

Text Example


Text Example

White with #BAA2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA2B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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