Html Css Color HEX #BAA3B4 Lily

📋 copy color: '#BAA3B4'

red 186 ◦ green 163 ◦ blue 180

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

Shades of Lily #BAA3B4

Tints of Lily #BAA3B4

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.81%

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

R = 35.16%
G = 30.81%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BAA3B4 (or 0xBAA3B4) is known color: Lily. HEX triplet: BA, A3 and B4. RGB value is (186,163,180). Sum of RGB (Red+Green+Blue) = 186+163+180=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA3B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA3B4 is #455C4B. Grayscale: #ABABAB. Windows color (decimal): -4545612 or 11838394. OLE color: 11838394.

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

Color convert

RGB 186 163 180 -
CMYK 0 0.12 0.03 0.27
HSL 315.65º 0.14% 0.68% -
HSV(B) 315.65º 0.12% 0.73% -
XYZ 41.59 39.93 48.7 -
YUV 171.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 186 163 180 0 0.12 0.03 0.27 315.65 0.14 0.68
Hex BA A3 B4 0 C 3 1B 13C E 44
Octal 272 243 264 0 14 3 33 474 16 104
Binary 10111010 10100011 10110100 0 1100 11 11011 100111100 1110 1000100

Color Harmonies of #BAA3B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA3B4

Black with #BAA3B4

Text Example


Text Example

White with #BAA3B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA3B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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