#B99EF1

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

Shades of Perfume #B99EF1

Tints of Perfume #B99EF1

Color information

#B99EF1 (or 0xB99EF1) is unknown color: approx Perfume. HEX triplet: B9, 9E and F1. RGB value is (185,158,241). Sum of RGB (Red+Green+Blue) = 185+158+241=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #B99EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99EF1 is #46610E. Grayscale: #AFAFAF. Windows color (decimal): -4612367 or 15834809. OLE color: 15834809.

HSL color Cylindrical-coordinate representation of color #B99EF1: hue angle of 259.52º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B99EF1 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185158241-
CMYK0.230.3400.05
HSL259.52º74.77%78.24%-
HSV(B)259.52º34.44%94.51%-
XYZ48.1141.1288.62-
YUV175.53164.95134.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.68%
GREEN value IS 158 (62.11% from 255) = 27.05%
BLUE value IS 241 (94.53% from 255) = 41.27%
R=31.68%
G=27.05%
B=41.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851582410.230.3400.05259.5274.7778.24
HexB99EF11722051044b4e
Octal271236361274205404113116
Binary10111001100111101111000110111100010010110000010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99EF1; }

 p { color: rgb(185,158,241); }

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

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

 a { background-color: rgb(185,158,241); }

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

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

 span { border-color: rgb(185,158,241); }

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