Html Css Color HEX #BA9FDB Perfume

📋 copy color: '#BA9FDB'

red 186 ◦ green 159 ◦ blue 219

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

Shades of Perfume #BA9FDB

Tints of Perfume #BA9FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.19%

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

R = 32.98%
G = 28.19%
B = 38.83%

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

#BA9FDB (or 0xBA9FDB) is known color: Perfume. HEX triplet: BA, 9F and DB. RGB value is (186,159,219). Sum of RGB (Red+Green+Blue) = 186+159+219=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA9FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FDB is #456024. Grayscale: #ADADAD. Windows color (decimal): -4546597 or 14393274. OLE color: 14393274.

HSL color Cylindrical-coordinate representation of color #BA9FDB: hue angle of 267º 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 #BA9FDB is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 159 219 -
CMYK 0.15 0.27 0 0.14
HSL 267º 0.45% 0.74% -
HSV(B) 267º 0.27% 0.86% -
XYZ 45.43 40.35 72.41 -
YUV 173.91 153.45 136.62 -
System Red Green Blue C M Y K H S L
Decimal 186 159 219 0.15 0.27 0 0.14 267 0.45 0.74
Hex BA 9F DB F 1B 0 E 10B 2D 4A
Octal 272 237 333 17 33 0 16 413 55 112
Binary 10111010 10011111 11011011 1111 11011 0 1110 100001011 101101 1001010

Color Harmonies of #BA9FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9FDB

Black with #BA9FDB

Text Example


Text Example

White with #BA9FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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