#B999F0

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

Shades of Perfume #B999F0

Tints of Perfume #B999F0

Color information

#B999F0 (or 0xB999F0) is unknown color: approx Perfume. HEX triplet: B9, 99 and F0. RGB value is (185,153,240). Sum of RGB (Red+Green+Blue) = 185+153+240=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #B999F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B999F0 is #46660F. Grayscale: #ACACAC. Windows color (decimal): -4613648 or 15767993. OLE color: 15767993.

HSL color Cylindrical-coordinate representation of color #B999F0: hue angle of 262.07º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B999F0 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185153240-
CMYK0.230.3600.06
HSL262.07º74.36%77.06%-
HSV(B)262.07º36.25%94.12%-
XYZ47.1339.3987.56-
YUV172.49166.1136.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.01%
GREEN value IS 153 (60.16% from 255) = 26.47%
BLUE value IS 240 (94.14% from 255) = 41.52%
R=32.01%
G=26.47%
B=41.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1851532400.230.3600.06262.0774.3677.06
HexB999F01724061064a4d
Octal271231360274406406112115
Binary10111001100110011111000010111100100011010000011010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B999F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B999F0; }

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

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

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

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

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

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

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

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