#B999FE

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

Shades of Perfume #B999FE

Tints of Perfume #B999FE

Color information

#B999FE (or 0xB999FE) is unknown color: approx Perfume. HEX triplet: B9, 99 and FE. RGB value is (185,153,254). Sum of RGB (Red+Green+Blue) = 185+153+254=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #B999FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B999FE is #466601. Grayscale: #ADADAD. Windows color (decimal): -4613634 or 16685497. OLE color: 16685497.

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

Color convert

RGB185153254-
CMYK0.270.4000.00
HSL259.01º98.06%79.8%-
HSV(B)259.01º39.76%99.61%-
XYZ49.2940.2598.94-
YUV174.08173.1135.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.25%
GREEN value IS 153 (60.16% from 255) = 25.84%
BLUE value IS 254 (99.61% from 255) = 42.91%
R=31.25%
G=25.84%
B=42.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1851532540.270.4000.00259.0198.0679.8
HexB999FE1B28001036250
Octal271231376335000403142120
Binary101110011001100111111110110111010000010000001111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B999FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B999FE; }

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

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

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

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

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

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

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

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