Html Css Color HEX #B99FFA Perfume

📋 copy color: '#B99FFA'

red 185 ◦ green 159 ◦ blue 250

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

Shades of Perfume #B99FFA

Tints of Perfume #B99FFA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.77%

 BLUE value IS 250 (98.05% from 255) = 42.09%

R = 31.14%
G = 26.77%
B = 42.09%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B99FFA (or 0xB99FFA) is known color: Perfume. HEX triplet: B9, 9F and FA. RGB value is (185,159,250). Sum of RGB (Red+Green+Blue) = 185+159+250=594 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.14% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #B99FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99FFA is #466005. Grayscale: #B0B0B0. Windows color (decimal): -4612102 or 16424889. OLE color: 16424889.

HSL color Cylindrical-coordinate representation of color #B99FFA: hue angle of 257.14º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B99FFA is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 159 250 -
CMYK 0.26 0.36 0 0.02
HSL 257.14º 0.9% 0.8% -
HSV(B) 257.14º 0.36% 0.98% -
XYZ 49.66 42.01 95.93 -
YUV 177.15 169.11 133.6 -
System Red Green Blue C M Y K H S L
Decimal 185 159 250 0.26 0.36 0 0.02 257.14 0.9 0.8
Hex B9 9F FA 1A 24 0 2 101 5A 50
Octal 271 237 372 32 44 0 2 401 132 120
Binary 10111001 10011111 11111010 11010 100100 0 10 100000001 1011010 1010000

Color Harmonies of #B99FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FFA

Black with #B99FFA

Text Example


Text Example

White with #B99FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FFA; }

 p { color: rgb(185,159,250); }

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

background-color css

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

 a { background-color: rgb(185,159,250); }

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

border-color css

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

 span { border-color: rgb(185,159,250); }

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