Html Css Color HEX #BA9CDB Perfume

📋 copy color: '#BA9CDB'

red 186 ◦ green 156 ◦ blue 219

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

Shades of Perfume #BA9CDB

Tints of Perfume #BA9CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.81%

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

R = 33.16%
G = 27.81%
B = 39.04%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA9CDB (or 0xBA9CDB) is known color: Perfume. HEX triplet: BA, 9C and DB. RGB value is (186,156,219). Sum of RGB (Red+Green+Blue) = 186+156+219=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA9CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CDB is #456324. Grayscale: #ABABAB. Windows color (decimal): -4547365 or 14392506. OLE color: 14392506.

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

Color convert

RGB 186 156 219 -
CMYK 0.15 0.29 0 0.14
HSL 268.57º 0.47% 0.74% -
HSV(B) 268.57º 0.29% 0.86% -
XYZ 44.92 39.33 72.24 -
YUV 172.15 154.44 137.88 -
System Red Green Blue C M Y K H S L
Decimal 186 156 219 0.15 0.29 0 0.14 268.57 0.47 0.74
Hex BA 9C DB F 1D 0 E 10D 2F 4A
Octal 272 234 333 17 35 0 16 415 57 112
Binary 10111010 10011100 11011011 1111 11101 0 1110 100001101 101111 1001010

Color Harmonies of #BA9CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9CDB

Black with #BA9CDB

Text Example


Text Example

White with #BA9CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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