#BF97EA

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

Shades of Perfume #BF97EA

Tints of Perfume #BF97EA

Color information

#BF97EA (or 0xBF97EA) is unknown color: approx Perfume. HEX triplet: BF, 97 and EA. RGB value is (191,151,234). Sum of RGB (Red+Green+Blue) = 191+151+234=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF97EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF97EA is #406815. Grayscale: #ACACAC. Windows color (decimal): -4220950 or 15374271. OLE color: 15374271.

HSL color Cylindrical-coordinate representation of color #BF97EA: hue angle of 268.92º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF97EA is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191151234-
CMYK0.180.3500.08
HSL268.92º66.4%75.49%-
HSV(B)268.92º35.47%91.76%-
XYZ47.439.1582.9-
YUV172.42162.75141.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 151 (59.38% from 255) = 26.22%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=33.16%
G=26.22%
B=40.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911512340.180.3500.08268.9266.475.49
HexBF97EA12230810d424b
Octal2772273522243010415102113
Binary101111111001011111101010100101000110100010000110110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF97EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF97EA; }

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

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

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

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

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

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

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

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