#BF95FE

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

Shades of Perfume #BF95FE

Tints of Perfume #BF95FE

Color information

#BF95FE (or 0xBF95FE) is unknown color: approx Perfume. HEX triplet: BF, 95 and FE. RGB value is (191,149,254). Sum of RGB (Red+Green+Blue) = 191+149+254=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF95FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF95FE is #406A01. Grayscale: #ADADAD. Windows color (decimal): -4221442 or 16684479. OLE color: 16684479.

HSL color Cylindrical-coordinate representation of color #BF95FE: hue angle of 264º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF95FE is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB191149254-
CMYK0.250.4100.00
HSL264º98.13%79.02%-
HSV(B)264º41.34%99.61%-
XYZ50.1239.7398.79-
YUV173.53173.41140.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.15%
GREEN value IS 149 (58.59% from 255) = 25.08%
BLUE value IS 254 (99.61% from 255) = 42.76%
R=32.15%
G=25.08%
B=42.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911492540.250.4100.0026498.1379.02
HexBF95FE192900108624f
Octal277225376315100410142117
Binary101111111001010111111110110011010010010000100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF95FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF95FE; }

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

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

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

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

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

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

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

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