Html Css Color HEX #BAA2B4 Lily

📋 copy color: '#BAA2B4'

red 186 ◦ green 162 ◦ blue 180

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

Shades of Lily #BAA2B4

Tints of Lily #BAA2B4

RGB

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

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

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

R = 35.23%
G = 30.68%
B = 34.09%

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

#BAA2B4 (or 0xBAA2B4) is known color: Lily. HEX triplet: BA, A2 and B4. RGB value is (186,162,180). Sum of RGB (Red+Green+Blue) = 186+162+180=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2B4 is #455D4B. Grayscale: #ABABAB. Windows color (decimal): -4545868 or 11838138. OLE color: 11838138.

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

Color convert

RGB 186 162 180 -
CMYK 0 0.13 0.03 0.27
HSL 315º 0.15% 0.68% -
HSV(B) 315º 0.13% 0.73% -
XYZ 41.41 39.58 48.64 -
YUV 171.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 186 162 180 0 0.13 0.03 0.27 315 0.15 0.68
Hex BA A2 B4 0 D 3 1B 13B F 44
Octal 272 242 264 0 15 3 33 473 17 104
Binary 10111010 10100010 10110100 0 1101 11 11011 100111011 1111 1000100

Color Harmonies of #BAA2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA2B4

Black with #BAA2B4

Text Example


Text Example

White with #BAA2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA2B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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