Html Css Color HEX #BA9ADD Perfume

📋 copy color: '#BA9ADD'

red 186 ◦ green 154 ◦ blue 221

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

Shades of Perfume #BA9ADD

Tints of Perfume #BA9ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.45%

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

R = 33.16%
G = 27.45%
B = 39.39%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA9ADD (or 0xBA9ADD) is known color: Perfume. HEX triplet: BA, 9A and DD. RGB value is (186,154,221). Sum of RGB (Red+Green+Blue) = 186+154+221=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA9ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ADD is #456522. Grayscale: #AAAAAA. Windows color (decimal): -4547875 or 14523066. OLE color: 14523066.

HSL color Cylindrical-coordinate representation of color #BA9ADD: hue angle of 268.66º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA9ADD is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 154 221 -
CMYK 0.16 0.30 0 0.13
HSL 268.66º 0.5% 0.74% -
HSV(B) 268.66º 0.3% 0.87% -
XYZ 44.86 38.77 73.53 -
YUV 171.21 156.1 138.55 -
System Red Green Blue C M Y K H S L
Decimal 186 154 221 0.16 0.30 0 0.13 268.66 0.5 0.74
Hex BA 9A DD 10 1E 0 D 10D 32 4A
Octal 272 232 335 20 36 0 15 415 62 112
Binary 10111010 10011010 11011101 10000 11110 0 1101 100001101 110010 1001010

Color Harmonies of #BA9ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9ADD

Black with #BA9ADD

Text Example


Text Example

White with #BA9ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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