Html Css Color HEX #BA9DD9 Perfume

📋 copy color: '#BA9DD9'

red 186 ◦ green 157 ◦ blue 217

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

Shades of Perfume #BA9DD9

Tints of Perfume #BA9DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.75%

R = 33.21%
G = 28.04%
B = 38.75%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA9DD9 (or 0xBA9DD9) is known color: Perfume. HEX triplet: BA, 9D and D9. RGB value is (186,157,217). Sum of RGB (Red+Green+Blue) = 186+157+217=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA9DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DD9 is #456226. Grayscale: #ACACAC. Windows color (decimal): -4547111 or 14261690. OLE color: 14261690.

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

Color convert

RGB 186 157 217 -
CMYK 0.14 0.28 0 0.15
HSL 269º 0.44% 0.73% -
HSV(B) 269º 0.28% 0.85% -
XYZ 44.83 39.56 70.92 -
YUV 172.51 153.11 137.62 -
System Red Green Blue C M Y K H S L
Decimal 186 157 217 0.14 0.28 0 0.15 269 0.44 0.73
Hex BA 9D D9 E 1C 0 F 10D 2C 49
Octal 272 235 331 16 34 0 17 415 54 111
Binary 10111010 10011101 11011001 1110 11100 0 1111 100001101 101100 1001001

Color Harmonies of #BA9DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9DD9

Black with #BA9DD9

Text Example


Text Example

White with #BA9DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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