#B99DF3

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

Shades of Perfume #B99DF3

Tints of Perfume #B99DF3

Color information

#B99DF3 (or 0xB99DF3) is unknown color: approx Perfume. HEX triplet: B9, 9D and F3. RGB value is (185,157,243). Sum of RGB (Red+Green+Blue) = 185+157+243=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #B99DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99DF3 is #46620C. Grayscale: #AEAEAE. Windows color (decimal): -4612621 or 15965625. OLE color: 15965625.

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

Color convert

RGB185157243-
CMYK0.240.3500.05
HSL259.53º78.18%78.43%-
HSV(B)259.53º35.39%95.29%-
XYZ48.2440.990.15-
YUV175.18166.28135.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.62%
GREEN value IS 157 (61.72% from 255) = 26.84%
BLUE value IS 243 (95.31% from 255) = 41.54%
R=31.62%
G=26.84%
B=41.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851572430.240.3500.05259.5378.1878.43
HexB99DF31823051044e4e
Octal271235363304305404116116
Binary10111001100111011111001111000100011010110000010010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DF3; }

 p { color: rgb(185,157,243); }

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

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

 a { background-color: rgb(185,157,243); }

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

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

 span { border-color: rgb(185,157,243); }

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