Html Css Color HEX #BAA1D5 Perfume

📋 copy color: '#BAA1D5'

red 186 ◦ green 161 ◦ blue 213

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

Shades of Perfume #BAA1D5

Tints of Perfume #BAA1D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.04%

R = 33.21%
G = 28.75%
B = 38.04%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BAA1D5 (or 0xBAA1D5) is known color: Perfume. HEX triplet: BA, A1 and D5. RGB value is (186,161,213). Sum of RGB (Red+Green+Blue) = 186+161+213=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAA1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1D5 is #455E2A. Grayscale: #AEAEAE. Windows color (decimal): -4546091 or 14000570. OLE color: 14000570.

HSL color Cylindrical-coordinate representation of color #BAA1D5: hue angle of 268.85º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAA1D5 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 161 213 -
CMYK 0.13 0.24 0 0.16
HSL 268.85º 0.38% 0.73% -
HSV(B) 268.85º 0.24% 0.84% -
XYZ 45 40.73 68.44 -
YUV 174.4 149.78 136.27 -
System Red Green Blue C M Y K H S L
Decimal 186 161 213 0.13 0.24 0 0.16 268.85 0.38 0.73
Hex BA A1 D5 D 18 0 10 10D 26 49
Octal 272 241 325 15 30 0 20 415 46 111
Binary 10111010 10100001 11010101 1101 11000 0 10000 100001101 100110 1001001

Color Harmonies of #BAA1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA1D5

Black with #BAA1D5

Text Example


Text Example

White with #BAA1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA1D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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