Html Css Color HEX #BA99F9 Perfume

📋 copy color: '#BA99F9'

red 186 ◦ green 153 ◦ blue 249

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

Shades of Perfume #BA99F9

Tints of Perfume #BA99F9

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.02%

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

R = 31.63%
G = 26.02%
B = 42.35%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA99F9 (or 0xBA99F9) is known color: Perfume. HEX triplet: BA, 99 and F9. RGB value is (186,153,249). Sum of RGB (Red+Green+Blue) = 186+153+249=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA99F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA99F9 is #456606. Grayscale: #ADADAD. Windows color (decimal): -4548103 or 16357818. OLE color: 16357818.

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

Color convert

RGB 186 153 249 -
CMYK 0.25 0.39 0 0.02
HSL 260.63º 0.89% 0.79% -
HSV(B) 260.63º 0.39% 0.98% -
XYZ 48.74 40.06 94.79 -
YUV 173.81 170.43 136.69 -
System Red Green Blue C M Y K H S L
Decimal 186 153 249 0.25 0.39 0 0.02 260.63 0.89 0.79
Hex BA 99 F9 19 27 0 2 105 59 4F
Octal 272 231 371 31 47 0 2 405 131 117
Binary 10111010 10011001 11111001 11001 100111 0 10 100000101 1011001 1001111

Color Harmonies of #BA99F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA99F9

Black with #BA99F9

Text Example


Text Example

White with #BA99F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA99F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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