Html Css Color HEX #BA9ADB Perfume

📋 copy color: '#BA9ADB'

red 186 ◦ green 154 ◦ blue 219

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

Shades of Perfume #BA9ADB

Tints of Perfume #BA9ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.18%

R = 33.27%
G = 27.55%
B = 39.18%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA9ADB (or 0xBA9ADB) is known color: Perfume. HEX triplet: BA, 9A and DB. RGB value is (186,154,219). Sum of RGB (Red+Green+Blue) = 186+154+219=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA9ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ADB is #456524. Grayscale: #AAAAAA. Windows color (decimal): -4547877 or 14391994. OLE color: 14391994.

HSL color Cylindrical-coordinate representation of color #BA9ADB: hue angle of 269.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA9ADB is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 154 219 -
CMYK 0.15 0.30 0 0.14
HSL 269.54º 0.47% 0.73% -
HSV(B) 269.54º 0.3% 0.86% -
XYZ 44.59 38.66 72.13 -
YUV 170.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 186 154 219 0.15 0.30 0 0.14 269.54 0.47 0.73
Hex BA 9A DB F 1E 0 E 10E 2F 49
Octal 272 232 333 17 36 0 16 416 57 111
Binary 10111010 10011010 11011011 1111 11110 0 1110 100001110 101111 1001001

Color Harmonies of #BA9ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9ADB

Black with #BA9ADB

Text Example


Text Example

White with #BA9ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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