#BF95ED

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

Shades of Perfume #BF95ED

Tints of Perfume #BF95ED

Color information

#BF95ED (or 0xBF95ED) is unknown color: approx Perfume. HEX triplet: BF, 95 and ED. RGB value is (191,149,237). Sum of RGB (Red+Green+Blue) = 191+149+237=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF95ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF95ED is #406A12. Grayscale: #ABABAB. Windows color (decimal): -4221459 or 15570367. OLE color: 15570367.

HSL color Cylindrical-coordinate representation of color #BF95ED: hue angle of 268.64º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF95ED is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191149237-
CMYK0.190.3700.07
HSL268.64º70.97%75.69%-
HSV(B)268.64º37.13%92.94%-
XYZ47.5238.6985.08-
YUV171.59164.91141.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.10%
GREEN value IS 149 (58.59% from 255) = 25.82%
BLUE value IS 237 (92.97% from 255) = 41.07%
R=33.10%
G=25.82%
B=41.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911492370.190.3700.07268.6470.9775.69
HexBF95ED13250710d474c
Octal277225355234507415107114
Binary10111111100101011110110110011100101011110000110110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF95ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF95ED; }

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

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

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

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

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

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

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

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