#B99FDC

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

Shades of Perfume #B99FDC

Tints of Perfume #B99FDC

Color information

#B99FDC (or 0xB99FDC) is unknown color: approx Perfume. HEX triplet: B9, 9F and DC. RGB value is (185,159,220). Sum of RGB (Red+Green+Blue) = 185+159+220=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #B99FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FDC is #466023. Grayscale: #ADADAD. Windows color (decimal): -4612132 or 14458809. OLE color: 14458809.

HSL color Cylindrical-coordinate representation of color #B99FDC: hue angle of 265.57º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B99FDC is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185159220-
CMYK0.160.2800.14
HSL265.57º46.56%74.31%-
HSV(B)265.57º27.73%86.27%-
XYZ45.3240.2873.1-
YUV173.73154.11136.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.80%
GREEN value IS 159 (62.5% from 255) = 28.19%
BLUE value IS 220 (86.33% from 255) = 39.01%
R=32.80%
G=28.19%
B=39.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851592200.160.2800.14265.5746.5674.31
HexB99FDC101C0E10a2f4a
Octal271237334203401641257112
Binary1011100110011111110111001000011100011101000010101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FDC; }

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

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

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

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

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

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

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

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