Html Css Color HEX #B99FFE Perfume

📋 copy color: '#B99FFE'

red 185 ◦ green 159 ◦ blue 254

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

Shades of Perfume #B99FFE

Tints of Perfume #B99FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.47%

R = 30.94%
G = 26.59%
B = 42.47%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B99FFE (or 0xB99FFE) is known color: Perfume. HEX triplet: B9, 9F and FE. RGB value is (185,159,254). Sum of RGB (Red+Green+Blue) = 185+159+254=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #B99FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99FFE is #466001. Grayscale: #B1B1B1. Windows color (decimal): -4612098 or 16687033. OLE color: 16687033.

HSL color Cylindrical-coordinate representation of color #B99FFE: hue angle of 256.42º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B99FFE is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 159 254 -
CMYK 0.27 0.37 0 0.00
HSL 256.42º 0.98% 0.81% -
HSV(B) 256.42º 0.37% 1% -
XYZ 50.3 42.27 99.27 -
YUV 177.6 171.11 133.28 -
System Red Green Blue C M Y K H S L
Decimal 185 159 254 0.27 0.37 0 0.00 256.42 0.98 0.81
Hex B9 9F FE 1B 25 0 0 100 62 51
Octal 271 237 376 33 45 0 0 400 142 121
Binary 10111001 10011111 11111110 11011 100101 0 0 100000000 1100010 1010001

Color Harmonies of #B99FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FFE

Black with #B99FFE

Text Example


Text Example

White with #B99FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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