#B996FC

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

Shades of Perfume #B996FC

Tints of Perfume #B996FC

Color information

#B996FC (or 0xB996FC) is unknown color: approx Perfume. HEX triplet: B9, 96 and FC. RGB value is (185,150,252). Sum of RGB (Red+Green+Blue) = 185+150+252=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #B996FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B996FC is #466903. Grayscale: #ABABAB. Windows color (decimal): -4614404 or 16553657. OLE color: 16553657.

HSL color Cylindrical-coordinate representation of color #B996FC: hue angle of 260.59º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B996FC is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185150252-
CMYK0.270.4000.01
HSL260.59º94.44%78.82%-
HSV(B)260.59º40.48%98.82%-
XYZ48.4839.1697.1-
YUV172.09173.1137.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.52%
GREEN value IS 150 (58.98% from 255) = 25.55%
BLUE value IS 252 (98.83% from 255) = 42.93%
R=31.52%
G=25.55%
B=42.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851502520.270.4000.01260.5994.4478.82
HexB996FC1B28011055e4f
Octal271226374335001405136117
Binary101110011001011011111100110111010000110000010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B996FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B996FC; }

 p { color: rgb(185,150,252); }

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

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

 a { background-color: rgb(185,150,252); }

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

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

 span { border-color: rgb(185,150,252); }

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