#B99FCD

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

Shades of Perfume #B99FCD

Tints of Perfume #B99FCD

Color information

#B99FCD (or 0xB99FCD) is unknown color: approx Perfume. HEX triplet: B9, 9F and CD. RGB value is (185,159,205). Sum of RGB (Red+Green+Blue) = 185+159+205=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #B99FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FCD is #466032. Grayscale: #ABABAB. Windows color (decimal): -4612147 or 13475769. OLE color: 13475769.

HSL color Cylindrical-coordinate representation of color #B99FCD: hue angle of 273.91º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B99FCD is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185159205-
CMYK0.100.2200.20
HSL273.91º31.51%71.37%-
HSV(B)273.91º22.44%80.39%-
XYZ43.4339.5263.1-
YUV172.02146.61137.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.70%
GREEN value IS 159 (62.5% from 255) = 28.96%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=33.70%
G=28.96%
B=37.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851592050.100.2200.20273.9131.5171.37
HexB99FCDA160141122047
Octal271237315122602442240107
Binary1011100110011111110011011010101100101001000100101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FCD; }

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

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

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

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

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

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

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

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