Html Css Color HEX #BA9DDB Perfume

📋 copy color: '#BA9DDB'

red 186 ◦ green 157 ◦ blue 219

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

Shades of Perfume #BA9DDB

Tints of Perfume #BA9DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.94%

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

R = 33.1%
G = 27.94%
B = 38.97%

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

#BA9DDB (or 0xBA9DDB) is known color: Perfume. HEX triplet: BA, 9D and DB. RGB value is (186,157,219). Sum of RGB (Red+Green+Blue) = 186+157+219=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA9DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DDB is #456224. Grayscale: #ACACAC. Windows color (decimal): -4547109 or 14392762. OLE color: 14392762.

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

Color convert

RGB 186 157 219 -
CMYK 0.15 0.28 0 0.14
HSL 268.06º 0.46% 0.74% -
HSV(B) 268.06º 0.28% 0.86% -
XYZ 45.09 39.67 72.3 -
YUV 172.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 186 157 219 0.15 0.28 0 0.14 268.06 0.46 0.74
Hex BA 9D DB F 1C 0 E 10C 2E 4A
Octal 272 235 333 17 34 0 16 414 56 112
Binary 10111010 10011101 11011011 1111 11100 0 1110 100001100 101110 1001010

Color Harmonies of #BA9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9DDB

Black with #BA9DDB

Text Example


Text Example

White with #BA9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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