#B99CFC

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

Shades of Perfume #B99CFC

Tints of Perfume #B99CFC

Color information

#B99CFC (or 0xB99CFC) is unknown color: approx Perfume. HEX triplet: B9, 9C and FC. RGB value is (185,156,252). Sum of RGB (Red+Green+Blue) = 185+156+252=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #B99CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99CFC is #466303. Grayscale: #AFAFAF. Windows color (decimal): -4612868 or 16555193. OLE color: 16555193.

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

Color convert

RGB185156252-
CMYK0.270.3800.01
HSL258.12º94.12%80%-
HSV(B)258.12º38.1%98.82%-
XYZ49.4741.1297.43-
YUV175.62171.11134.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.20%
GREEN value IS 156 (61.33% from 255) = 26.31%
BLUE value IS 252 (98.83% from 255) = 42.50%
R=31.20%
G=26.31%
B=42.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851562520.270.3800.01258.1294.1280
HexB99CFC1B26011025e50
Octal271234374334601402136120
Binary101110011001110011111100110111001100110000001010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CFC; }

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

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

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

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

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

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

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

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