Html Css Color HEX #BA9DF6 Perfume

📋 copy color: '#BA9DF6'

red 186 ◦ green 157 ◦ blue 246

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

Shades of Perfume #BA9DF6

Tints of Perfume #BA9DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.77%

R = 31.58%
G = 26.66%
B = 41.77%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA9DF6 (or 0xBA9DF6) is known color: Perfume. HEX triplet: BA, 9D and F6. RGB value is (186,157,246). Sum of RGB (Red+Green+Blue) = 186+157+246=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA9DF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9DF6 is #456209. Grayscale: #AFAFAF. Windows color (decimal): -4547082 or 16162234. OLE color: 16162234.

HSL color Cylindrical-coordinate representation of color #BA9DF6: hue angle of 259.55º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA9DF6 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 157 246 -
CMYK 0.24 0.36 0 0.04
HSL 259.55º 0.83% 0.79% -
HSV(B) 259.55º 0.36% 0.96% -
XYZ 48.94 41.21 92.56 -
YUV 175.82 167.61 135.26 -
System Red Green Blue C M Y K H S L
Decimal 186 157 246 0.24 0.36 0 0.04 259.55 0.83 0.79
Hex BA 9D F6 18 24 0 4 104 53 4F
Octal 272 235 366 30 44 0 4 404 123 117
Binary 10111010 10011101 11110110 11000 100100 0 100 100000100 1010011 1001111

Color Harmonies of #BA9DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9DF6

Black with #BA9DF6

Text Example


Text Example

White with #BA9DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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