#B99BFD

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

Shades of Perfume #B99BFD

Tints of Perfume #B99BFD

Color information

#B99BFD (or 0xB99BFD) is unknown color: approx Perfume. HEX triplet: B9, 9B and FD. RGB value is (185,155,253). Sum of RGB (Red+Green+Blue) = 185+155+253=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #B99BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99BFD is #466402. Grayscale: #AEAEAE. Windows color (decimal): -4613123 or 16620473. OLE color: 16620473.

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

Color convert

RGB185155253-
CMYK0.270.3900.01
HSL258.37º96.08%80%-
HSV(B)258.37º38.74%99.22%-
XYZ49.4640.8598.21-
YUV175.14171.94135.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.20%
GREEN value IS 155 (60.94% from 255) = 26.14%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=31.20%
G=26.14%
B=42.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851552530.270.3900.01258.3796.0880
HexB99BFD1B27011026050
Octal271233375334701402140120
Binary101110011001101111111101110111001110110000001011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99BFD; }

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

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

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

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

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

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

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

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