Html Css Color HEX #BA99F6 Perfume

📋 copy color: '#BA99F6'

red 186 ◦ green 153 ◦ blue 246

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

Shades of Perfume #BA99F6

Tints of Perfume #BA99F6

RGB

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

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

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

R = 31.79%
G = 26.15%
B = 42.05%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA99F6 (or 0xBA99F6) is known color: Perfume. HEX triplet: BA, 99 and F6. RGB value is (186,153,246). Sum of RGB (Red+Green+Blue) = 186+153+246=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA99F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA99F6 is #456609. Grayscale: #ADADAD. Windows color (decimal): -4548106 or 16161210. OLE color: 16161210.

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

Color convert

RGB 186 153 246 -
CMYK 0.24 0.38 0 0.04
HSL 261.29º 0.84% 0.78% -
HSV(B) 261.29º 0.38% 0.96% -
XYZ 48.28 39.88 92.34 -
YUV 173.47 168.93 136.94 -
System Red Green Blue C M Y K H S L
Decimal 186 153 246 0.24 0.38 0 0.04 261.29 0.84 0.78
Hex BA 99 F6 18 26 0 4 105 54 4E
Octal 272 231 366 30 46 0 4 405 124 116
Binary 10111010 10011001 11110110 11000 100110 0 100 100000101 1010100 1001110

Color Harmonies of #BA99F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA99F6

Black with #BA99F6

Text Example


Text Example

White with #BA99F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA99F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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