Html Css Color HEX #BA99F7 Perfume

📋 copy color: '#BA99F7'

red 186 ◦ green 153 ◦ blue 247

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

Shades of Perfume #BA99F7

Tints of Perfume #BA99F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 42.15%

R = 31.74%
G = 26.11%
B = 42.15%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA99F7 (or 0xBA99F7) is known color: Perfume. HEX triplet: BA, 99 and F7. RGB value is (186,153,247). Sum of RGB (Red+Green+Blue) = 186+153+247=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 247 (96.88% from 255 or 42.15% from 586); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA99F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA99F7 is #456608. Grayscale: #ADADAD. Windows color (decimal): -4548105 or 16226746. OLE color: 16226746.

HSL color Cylindrical-coordinate representation of color #BA99F7: hue angle of 261.06º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA99F7 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 153 247 -
CMYK 0.25 0.38 0 0.03
HSL 261.06º 0.85% 0.78% -
HSV(B) 261.06º 0.38% 0.97% -
XYZ 48.43 39.94 93.15 -
YUV 173.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 186 153 247 0.25 0.38 0 0.03 261.06 0.85 0.78
Hex BA 99 F7 19 26 0 3 105 55 4E
Octal 272 231 367 31 46 0 3 405 125 116
Binary 10111010 10011001 11110111 11001 100110 0 11 100000101 1010101 1001110

Color Harmonies of #BA99F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA99F7

Black with #BA99F7

Text Example


Text Example

White with #BA99F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA99F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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