#BF96ED

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

Shades of Perfume #BF96ED

Tints of Perfume #BF96ED

Color information

#BF96ED (or 0xBF96ED) is unknown color: approx Perfume. HEX triplet: BF, 96 and ED. RGB value is (191,150,237). Sum of RGB (Red+Green+Blue) = 191+150+237=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF96ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF96ED is #406912. Grayscale: #ABABAB. Windows color (decimal): -4221203 or 15570623. OLE color: 15570623.

HSL color Cylindrical-coordinate representation of color #BF96ED: hue angle of 268.28º 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 #BF96ED is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191150237-
CMYK0.190.3700.07
HSL268.28º70.73%75.88%-
HSV(B)268.28º36.71%92.94%-
XYZ47.683985.14-
YUV172.18164.58141.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.04%
GREEN value IS 150 (58.98% from 255) = 25.95%
BLUE value IS 237 (92.97% from 255) = 41.00%
R=33.04%
G=25.95%
B=41.00%

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
Decimal1911502370.190.3700.07268.2870.7375.88
HexBF96ED13250710c474c
Octal277226355234507414107114
Binary10111111100101101110110110011100101011110000110010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF96ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF96ED; }

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

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

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

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

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

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

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

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