Html Css Color HEX #BA9EDB Perfume

📋 copy color: '#BA9EDB'

red 186 ◦ green 158 ◦ blue 219

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

Shades of Perfume #BA9EDB

Tints of Perfume #BA9EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.06%

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

R = 33.04%
G = 28.06%
B = 38.9%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA9EDB (or 0xBA9EDB) is known color: Perfume. HEX triplet: BA, 9E and DB. RGB value is (186,158,219). Sum of RGB (Red+Green+Blue) = 186+158+219=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EDB is #456124. Grayscale: #ADADAD. Windows color (decimal): -4546853 or 14393018. OLE color: 14393018.

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

Color convert

RGB 186 158 219 -
CMYK 0.15 0.28 0 0.14
HSL 267.54º 0.46% 0.74% -
HSV(B) 267.54º 0.28% 0.86% -
XYZ 45.26 40.01 72.35 -
YUV 173.33 153.78 137.04 -
System Red Green Blue C M Y K H S L
Decimal 186 158 219 0.15 0.28 0 0.14 267.54 0.46 0.74
Hex BA 9E DB F 1C 0 E 10C 2E 4A
Octal 272 236 333 17 34 0 16 414 56 112
Binary 10111010 10011110 11011011 1111 11100 0 1110 100001100 101110 1001010

Color Harmonies of #BA9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9EDB

Black with #BA9EDB

Text Example


Text Example

White with #BA9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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