Html Css Color HEX #B99AF9 Perfume

📋 copy color: '#B99AF9'

red 185 ◦ green 154 ◦ blue 249

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

Shades of Perfume #B99AF9

Tints of Perfume #B99AF9

RGB

 RED value IS 185 (72.66% from 255) = 31.46%

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

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

R = 31.46%
G = 26.19%
B = 42.35%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B99AF9 (or 0xB99AF9) is known color: Perfume. HEX triplet: B9, 9A and F9. RGB value is (185,154,249). Sum of RGB (Red+Green+Blue) = 185+154+249=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 154 (60.55% from 255 or 26.19% 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 #B99AF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99AF9 is #466506. Grayscale: #ADADAD. Windows color (decimal): -4613383 or 16358073. OLE color: 16358073.

HSL color Cylindrical-coordinate representation of color #B99AF9: hue angle of 259.58º 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 #B99AF9 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 154 249 -
CMYK 0.26 0.38 0 0.02
HSL 259.58º 0.89% 0.79% -
HSV(B) 259.58º 0.38% 0.98% -
XYZ 48.66 40.27 94.83 -
YUV 174.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 185 154 249 0.26 0.38 0 0.02 259.58 0.89 0.79
Hex B9 9A F9 1A 26 0 2 104 59 4F
Octal 271 232 371 32 46 0 2 404 131 117
Binary 10111001 10011010 11111001 11010 100110 0 10 100000100 1011001 1001111

Color Harmonies of #B99AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99AF9

Black with #B99AF9

Text Example


Text Example

White with #B99AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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