#BF97FB

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

Shades of Perfume #BF97FB

Tints of Perfume #BF97FB

Color information

#BF97FB (or 0xBF97FB) is unknown color: approx Perfume. HEX triplet: BF, 97 and FB. RGB value is (191,151,251). Sum of RGB (Red+Green+Blue) = 191+151+251=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 151 (59.38% from 255 or 25.46% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF97FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF97FB is #406804. Grayscale: #AEAEAE. Windows color (decimal): -4220933 or 16488383. OLE color: 16488383.

HSL color Cylindrical-coordinate representation of color #BF97FB: hue angle of 264º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF97FB is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191151251-
CMYK0.240.4000.02
HSL264º92.59%78.82%-
HSV(B)264º39.84%98.43%-
XYZ49.9740.1796.39-
YUV174.36171.25139.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.21%
GREEN value IS 151 (59.38% from 255) = 25.46%
BLUE value IS 251 (98.44% from 255) = 42.33%
R=32.21%
G=25.46%
B=42.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911512510.240.4000.0226492.5978.82
HexBF97FB1828021085d4f
Octal277227373305002410135117
Binary1011111110010111111110111100010100001010000100010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF97FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF97FB; }

 p { color: rgb(191,151,251); }

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

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

 a { background-color: rgb(191,151,251); }

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

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

 span { border-color: rgb(191,151,251); }

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