Html Css Color HEX #BA9FD6 Perfume

📋 copy color: '#BA9FD6'

red 186 ◦ green 159 ◦ blue 214

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

Shades of Perfume #BA9FD6

Tints of Perfume #BA9FD6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.44%

 BLUE value IS 214 (83.98% from 255) = 38.28%

R = 33.27%
G = 28.44%
B = 38.28%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA9FD6 (or 0xBA9FD6) is known color: Perfume. HEX triplet: BA, 9F and D6. RGB value is (186,159,214). Sum of RGB (Red+Green+Blue) = 186+159+214=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA9FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FD6 is #456029. Grayscale: #ADADAD. Windows color (decimal): -4546602 or 14065594. OLE color: 14065594.

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

Color convert

RGB 186 159 214 -
CMYK 0.13 0.26 0 0.16
HSL 269.45º 0.4% 0.73% -
HSV(B) 269.45º 0.26% 0.84% -
XYZ 44.79 40.09 69 -
YUV 173.34 150.95 137.03 -
System Red Green Blue C M Y K H S L
Decimal 186 159 214 0.13 0.26 0 0.16 269.45 0.4 0.73
Hex BA 9F D6 D 1A 0 10 10D 28 49
Octal 272 237 326 15 32 0 20 415 50 111
Binary 10111010 10011111 11010110 1101 11010 0 10000 100001101 101000 1001001

Color Harmonies of #BA9FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9FD6

Black with #BA9FD6

Text Example


Text Example

White with #BA9FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9FD6; }

 p { color: rgb(186,159,214); }

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

background-color css

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

 a { background-color: rgb(186,159,214); }

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

border-color css

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

 span { border-color: rgb(186,159,214); }

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