#B899FC

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

Shades of Perfume #B899FC

Tints of Perfume #B899FC

Color information

#B899FC (or 0xB899FC) is unknown color: approx Perfume. HEX triplet: B8, 99 and FC. RGB value is (184,153,252). Sum of RGB (Red+Green+Blue) = 184+153+252=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #B899FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B899FC is #476603. Grayscale: #ADADAD. Windows color (decimal): -4679172 or 16554424. OLE color: 16554424.

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

Color convert

RGB184153252-
CMYK0.270.3900.01
HSL258.79º94.29%79.41%-
HSV(B)258.79º39.29%98.82%-
XYZ48.734097.25-
YUV173.56172.27135.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.24%
GREEN value IS 153 (60.16% from 255) = 25.98%
BLUE value IS 252 (98.83% from 255) = 42.78%
R=31.24%
G=25.98%
B=42.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1841532520.270.3900.01258.7994.2979.41
HexB899FC1B27011035e4f
Octal270231374334701403136117
Binary101110001001100111111100110111001110110000001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B899FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B899FC; }

 p { color: rgb(184,153,252); }

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

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

 a { background-color: rgb(184,153,252); }

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

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

 span { border-color: rgb(184,153,252); }

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