Html Css Color HEX #BA9AF9 Perfume

📋 copy color: '#BA9AF9'

red 186 ◦ green 154 ◦ blue 249

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

Shades of Perfume #BA9AF9

Tints of Perfume #BA9AF9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.15%

 BLUE value IS 249 (97.66% from 255) = 42.28%

R = 31.58%
G = 26.15%
B = 42.28%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA9AF9 (or 0xBA9AF9) is known color: Perfume. HEX triplet: BA, 9A and F9. RGB value is (186,154,249). Sum of RGB (Red+Green+Blue) = 186+154+249=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA9AF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9AF9 is #456506. Grayscale: #AEAEAE. Windows color (decimal): -4547847 or 16358074. OLE color: 16358074.

HSL color Cylindrical-coordinate representation of color #BA9AF9: hue angle of 260.21º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA9AF9 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 154 249 -
CMYK 0.25 0.38 0 0.02
HSL 260.21º 0.89% 0.79% -
HSV(B) 260.21º 0.38% 0.98% -
XYZ 48.9 40.39 94.84 -
YUV 174.4 170.1 136.28 -
System Red Green Blue C M Y K H S L
Decimal 186 154 249 0.25 0.38 0 0.02 260.21 0.89 0.79
Hex BA 9A F9 19 26 0 2 104 59 4F
Octal 272 232 371 31 46 0 2 404 131 117
Binary 10111010 10011010 11111001 11001 100110 0 10 100000100 1011001 1001111

Color Harmonies of #BA9AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9AF9

Black with #BA9AF9

Text Example


Text Example

White with #BA9AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9AF9; }

 p { color: rgb(186,154,249); }

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

background-color css

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

 a { background-color: rgb(186,154,249); }

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

border-color css

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

 span { border-color: rgb(186,154,249); }

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