#B99FD1

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

Shades of Perfume #B99FD1

Tints of Perfume #B99FD1

Color information

#B99FD1 (or 0xB99FD1) is unknown color: approx Perfume. HEX triplet: B9, 9F and D1. RGB value is (185,159,209). Sum of RGB (Red+Green+Blue) = 185+159+209=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 209 - color contains mainly: blue. Hex color #B99FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FD1 is #46602E. Grayscale: #ACACAC. Windows color (decimal): -4612143 or 13737913. OLE color: 13737913.

HSL color Cylindrical-coordinate representation of color #B99FD1: hue angle of 271.2º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B99FD1 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185159209-
CMYK0.110.2400.18
HSL271.2º35.21%72.16%-
HSV(B)271.2º23.92%81.96%-
XYZ43.9139.7165.67-
YUV172.47148.61136.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.45%
GREEN value IS 159 (62.5% from 255) = 28.75%
BLUE value IS 209 (82.03% from 255) = 37.79%
R=33.45%
G=28.75%
B=37.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851592090.110.2400.18271.235.2172.16
HexB99FD1B1801210f2348
Octal271237321133002241743110
Binary1011100110011111110100011011110000100101000011111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FD1; }

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

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

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

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

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

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

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

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