#B99BFE

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

Shades of Perfume #B99BFE

Tints of Perfume #B99BFE

Color information

#B99BFE (or 0xB99BFE) is unknown color: approx Perfume. HEX triplet: B9, 9B and FE. RGB value is (185,155,254). Sum of RGB (Red+Green+Blue) = 185+155+254=594 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.14% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #B99BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99BFE is #466401. Grayscale: #AEAEAE. Windows color (decimal): -4613122 or 16686009. OLE color: 16686009.

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

Color convert

RGB185155254-
CMYK0.270.3900.00
HSL258.18º98.02%80.2%-
HSV(B)258.18º38.98%99.61%-
XYZ49.6240.9199.05-
YUV175.26172.44134.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.14%
GREEN value IS 155 (60.94% from 255) = 26.09%
BLUE value IS 254 (99.61% from 255) = 42.76%
R=31.14%
G=26.09%
B=42.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1851552540.270.3900.00258.1898.0280.2
HexB99BFE1B27001026250
Octal271233376334700402142120
Binary101110011001101111111110110111001110010000001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99BFE; }

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

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

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

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

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

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

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

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