#B99DFF

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

Shades of Perfume #B99DFF

Tints of Perfume #B99DFF

Color information

#B99DFF (or 0xB99DFF) is unknown color: approx Perfume. HEX triplet: B9, 9D and FF. RGB value is (185,157,255). Sum of RGB (Red+Green+Blue) = 185+157+255=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #B99DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99DFF is #466200. Grayscale: #B0B0B0. Windows color (decimal): -4612609 or 16752057. OLE color: 16752057.

HSL color Cylindrical-coordinate representation of color #B99DFF: hue angle of 257.14º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B99DFF is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB185157255-
CMYK0.270.3800
HSL257.14º100%80.78%-
HSV(B)257.14º38.43%100%-
XYZ50.1141.65100.01-
YUV176.54172.28134.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.99%
GREEN value IS 157 (61.72% from 255) = 26.30%
BLUE value IS 255 (100% from 255) = 42.71%
R=30.99%
G=26.30%
B=42.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851572550.270.3800257.1410080.78
HexB99DFF1B26001016451
Octal271235377334600401144121
Binary101110011001110111111111110111001100010000000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DFF; }

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

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

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

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

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

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

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

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