Html Css Color HEX #BAA6DD Perfume

📋 copy color: '#BAA6DD'

red 186 ◦ green 166 ◦ blue 221

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

Shades of Perfume #BAA6DD

Tints of Perfume #BAA6DD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.97%

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

R = 32.46%
G = 28.97%
B = 38.57%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAA6DD (or 0xBAA6DD) is known color: Perfume. HEX triplet: BA, A6 and DD. RGB value is (186,166,221). Sum of RGB (Red+Green+Blue) = 186+166+221=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAA6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6DD is #455922. Grayscale: #B2B2B2. Windows color (decimal): -4544803 or 14526138. OLE color: 14526138.

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

Color convert

RGB 186 166 221 -
CMYK 0.16 0.25 0 0.13
HSL 261.82º 0.45% 0.76% -
HSV(B) 261.82º 0.25% 0.87% -
XYZ 46.94 42.93 74.22 -
YUV 178.25 152.13 133.53 -
System Red Green Blue C M Y K H S L
Decimal 186 166 221 0.16 0.25 0 0.13 261.82 0.45 0.76
Hex BA A6 DD 10 19 0 D 106 2D 4C
Octal 272 246 335 20 31 0 15 406 55 114
Binary 10111010 10100110 11011101 10000 11001 0 1101 100000110 101101 1001100

Color Harmonies of #BAA6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA6DD

Black with #BAA6DD

Text Example


Text Example

White with #BAA6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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