#BF99FE

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

Shades of Perfume #BF99FE

Tints of Perfume #BF99FE

Color information

#BF99FE (or 0xBF99FE) is unknown color: approx Perfume. HEX triplet: BF, 99 and FE. RGB value is (191,153,254). Sum of RGB (Red+Green+Blue) = 191+153+254=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF99FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF99FE is #406601. Grayscale: #AFAFAF. Windows color (decimal): -4220418 or 16685503. OLE color: 16685503.

HSL color Cylindrical-coordinate representation of color #BF99FE: hue angle of 262.57º 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 #BF99FE is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB191153254-
CMYK0.250.4000.00
HSL262.57º98.06%79.8%-
HSV(B)262.57º39.76%99.61%-
XYZ50.7741.0199.01-
YUV175.88172.09138.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.94%
GREEN value IS 153 (60.16% from 255) = 25.59%
BLUE value IS 254 (99.61% from 255) = 42.47%
R=31.94%
G=25.59%
B=42.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911532540.250.4000.00262.5798.0679.8
HexBF99FE1928001076250
Octal277231376315000407142120
Binary101111111001100111111110110011010000010000011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99FE; }

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

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

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

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

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

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

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

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