#B99FE3

Color #B99FE3 Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #B99FE3

Tints of Perfume #B99FE3

Color information

#B99FE3 (or 0xB99FE3) is unknown color: approx Perfume. HEX triplet: B9, 9F and E3. RGB value is (185,159,227). Sum of RGB (Red+Green+Blue) = 185+159+227=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 227 (89.06% from 255 or 39.75% from 571); Max value from RGB is 227 - color contains mainly: blue. Hex color #B99FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FE3 is #46601C. Grayscale: #AEAEAE. Windows color (decimal): -4612125 or 14917561. OLE color: 14917561.

HSL color Cylindrical-coordinate representation of color #B99FE3: hue angle of 262.94º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B99FE3 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB185159227-
CMYK0.190.3000.11
HSL262.94º54.84%75.69%-
HSV(B)262.94º29.96%89.02%-
XYZ46.2740.6678.08-
YUV174.53157.61135.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.40%
GREEN value IS 159 (62.5% from 255) = 27.85%
BLUE value IS 227 (89.06% from 255) = 39.75%
R=32.40%
G=27.85%
B=39.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1851592270.190.3000.11262.9454.8475.69
HexB99FE3131E0B107374c
Octal271237343233601340767114
Binary1011100110011111111000111001111110010111000001111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FE3; }

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

 H1.HeaderClassName
 {
   color: #B99FE3;
 }
 .AnyTagClassName
 {
   color: #B99FE3;
 }
</style>
background-color css

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

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

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

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

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

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