Html Css Color HEX #BAA1DD Perfume

📋 copy color: '#BAA1DD'

red 186 ◦ green 161 ◦ blue 221

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

Shades of Perfume #BAA1DD

Tints of Perfume #BAA1DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 32.75%
G = 28.35%
B = 38.91%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAA1DD (or 0xBAA1DD) is known color: Perfume. HEX triplet: BA, A1 and DD. RGB value is (186,161,221). Sum of RGB (Red+Green+Blue) = 186+161+221=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1DD is #455E22. Grayscale: #AFAFAF. Windows color (decimal): -4546083 or 14524858. OLE color: 14524858.

HSL color Cylindrical-coordinate representation of color #BAA1DD: hue angle of 265º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAA1DD is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 161 221 -
CMYK 0.16 0.27 0 0.13
HSL 265º 0.47% 0.75% -
HSV(B) 265º 0.27% 0.87% -
XYZ 46.05 41.15 73.92 -
YUV 175.32 153.78 135.62 -
System Red Green Blue C M Y K H S L
Decimal 186 161 221 0.16 0.27 0 0.13 265 0.47 0.75
Hex BA A1 DD 10 1B 0 D 109 2F 4B
Octal 272 241 335 20 33 0 15 411 57 113
Binary 10111010 10100001 11011101 10000 11011 0 1101 100001001 101111 1001011

Color Harmonies of #BAA1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA1DD

Black with #BAA1DD

Text Example


Text Example

White with #BAA1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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