Html Css Color HEX #BAA0DB Perfume

📋 copy color: '#BAA0DB'

red 186 ◦ green 160 ◦ blue 219

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

Shades of Perfume #BAA0DB

Tints of Perfume #BAA0DB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.32%

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

R = 32.92%
G = 28.32%
B = 38.76%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAA0DB (or 0xBAA0DB) is known color: Perfume. HEX triplet: BA, A0 and DB. RGB value is (186,160,219). Sum of RGB (Red+Green+Blue) = 186+160+219=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAA0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA0DB is #455F24. Grayscale: #AEAEAE. Windows color (decimal): -4546341 or 14393530. OLE color: 14393530.

HSL color Cylindrical-coordinate representation of color #BAA0DB: hue angle of 266.44º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAA0DB is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 160 219 -
CMYK 0.15 0.27 0 0.14
HSL 266.44º 0.45% 0.74% -
HSV(B) 266.44º 0.27% 0.86% -
XYZ 45.61 40.7 72.47 -
YUV 174.5 153.11 136.2 -
System Red Green Blue C M Y K H S L
Decimal 186 160 219 0.15 0.27 0 0.14 266.44 0.45 0.74
Hex BA A0 DB F 1B 0 E 10A 2D 4A
Octal 272 240 333 17 33 0 16 412 55 112
Binary 10111010 10100000 11011011 1111 11011 0 1110 100001010 101101 1001010

Color Harmonies of #BAA0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA0DB

Black with #BAA0DB

Text Example


Text Example

White with #BAA0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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