#B99CF2

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

Shades of Perfume #B99CF2

Tints of Perfume #B99CF2

Color information

#B99CF2 (or 0xB99CF2) is unknown color: approx Perfume. HEX triplet: B9, 9C and F2. RGB value is (185,156,242). Sum of RGB (Red+Green+Blue) = 185+156+242=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #B99CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99CF2 is #46630D. Grayscale: #AEAEAE. Windows color (decimal): -4612878 or 15899833. OLE color: 15899833.

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

Color convert

RGB185156242-
CMYK0.240.3600.05
HSL260.23º76.79%78.04%-
HSV(B)260.23º35.54%94.9%-
XYZ47.9240.589.3-
YUV174.48166.11135.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.73%
GREEN value IS 156 (61.33% from 255) = 26.76%
BLUE value IS 242 (94.92% from 255) = 41.51%
R=31.73%
G=26.76%
B=41.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851562420.240.3600.05260.2376.7978.04
HexB99CF21824051044d4e
Octal271234362304405404115116
Binary10111001100111001111001011000100100010110000010010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CF2; }

 p { color: rgb(185,156,242); }

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

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

 a { background-color: rgb(185,156,242); }

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

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

 span { border-color: rgb(185,156,242); }

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