Html Css Color HEX #BA9ED7 Perfume

📋 copy color: '#BA9ED7'

red 186 ◦ green 158 ◦ blue 215

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

Shades of Perfume #BA9ED7

Tints of Perfume #BA9ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.46%

R = 33.27%
G = 28.26%
B = 38.46%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA9ED7 (or 0xBA9ED7) is known color: Perfume. HEX triplet: BA, 9E and D7. RGB value is (186,158,215). Sum of RGB (Red+Green+Blue) = 186+158+215=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA9ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ED7 is #456128. Grayscale: #ACACAC. Windows color (decimal): -4546857 or 14130874. OLE color: 14130874.

HSL color Cylindrical-coordinate representation of color #BA9ED7: hue angle of 269.47º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA9ED7 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 158 215 -
CMYK 0.13 0.27 0 0.16
HSL 269.47º 0.42% 0.73% -
HSV(B) 269.47º 0.27% 0.84% -
XYZ 44.74 39.8 69.61 -
YUV 172.87 151.78 137.37 -
System Red Green Blue C M Y K H S L
Decimal 186 158 215 0.13 0.27 0 0.16 269.47 0.42 0.73
Hex BA 9E D7 D 1B 0 10 10D 2A 49
Octal 272 236 327 15 33 0 20 415 52 111
Binary 10111010 10011110 11010111 1101 11011 0 10000 100001101 101010 1001001

Color Harmonies of #BA9ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9ED7

Black with #BA9ED7

Text Example


Text Example

White with #BA9ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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