Html Css Color HEX #BA9ED9 Perfume

📋 copy color: '#BA9ED9'

red 186 ◦ green 158 ◦ blue 217

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

Shades of Perfume #BA9ED9

Tints of Perfume #BA9ED9

RGB

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

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

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

R = 33.16%
G = 28.16%
B = 38.68%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA9ED9 (or 0xBA9ED9) is known color: Perfume. HEX triplet: BA, 9E and D9. RGB value is (186,158,217). Sum of RGB (Red+Green+Blue) = 186+158+217=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA9ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ED9 is #456126. Grayscale: #ACACAC. Windows color (decimal): -4546855 or 14261946. OLE color: 14261946.

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

Color convert

RGB 186 158 217 -
CMYK 0.14 0.27 0 0.15
HSL 268.47º 0.44% 0.74% -
HSV(B) 268.47º 0.27% 0.85% -
XYZ 45 39.9 70.98 -
YUV 173.1 152.78 137.2 -
System Red Green Blue C M Y K H S L
Decimal 186 158 217 0.14 0.27 0 0.15 268.47 0.44 0.74
Hex BA 9E D9 E 1B 0 F 10C 2C 4A
Octal 272 236 331 16 33 0 17 414 54 112
Binary 10111010 10011110 11011001 1110 11011 0 1111 100001100 101100 1001010

Color Harmonies of #BA9ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9ED9

Black with #BA9ED9

Text Example


Text Example

White with #BA9ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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