#B99DFD

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

Shades of Perfume #B99DFD

Tints of Perfume #B99DFD

Color information

#B99DFD (or 0xB99DFD) is unknown color: approx Perfume. HEX triplet: B9, 9D and FD. RGB value is (185,157,253). Sum of RGB (Red+Green+Blue) = 185+157+253=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #B99DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99DFD is #466202. Grayscale: #AFAFAF. Windows color (decimal): -4612611 or 16620985. OLE color: 16620985.

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

Color convert

RGB185157253-
CMYK0.270.3800.01
HSL257.5º96%80.39%-
HSV(B)257.5º37.94%99.22%-
XYZ49.7941.5298.32-
YUV176.32171.28134.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.09%
GREEN value IS 157 (61.72% from 255) = 26.39%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=31.09%
G=26.39%
B=42.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851572530.270.3800.01257.59680.39
HexB99DFD1B26011026050
Octal271235375334601402140120
Binary101110011001110111111101110111001100110000001011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DFD; }

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

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

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

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

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

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

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

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