#BF9DE6

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

Shades of Perfume #BF9DE6

Tints of Perfume #BF9DE6

Color information

#BF9DE6 (or 0xBF9DE6) is unknown color: approx Perfume. HEX triplet: BF, 9D and E6. RGB value is (191,157,230). Sum of RGB (Red+Green+Blue) = 191+157+230=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 230 (90.23% from 255 or 39.79% from 578); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF9DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9DE6 is #406219. Grayscale: #AFAFAF. Windows color (decimal): -4219418 or 15113663. OLE color: 15113663.

HSL color Cylindrical-coordinate representation of color #BF9DE6: hue angle of 267.95º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF9DE6 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191157230-
CMYK0.170.3200.10
HSL267.95º59.35%75.88%-
HSV(B)267.95º31.74%90.2%-
XYZ47.8340.980.24-
YUV175.49158.76139.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.04%
GREEN value IS 157 (61.72% from 255) = 27.16%
BLUE value IS 230 (90.23% from 255) = 39.79%
R=33.04%
G=27.16%
B=39.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1911572300.170.3200.10267.9559.3575.88
HexBF9DE611200A10c3b4c
Octal277235346214001241473114
Binary10111111100111011110011010001100000010101000011001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9DE6; }

 p { color: rgb(191,157,230); }

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

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

 a { background-color: rgb(191,157,230); }

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

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

 span { border-color: rgb(191,157,230); }

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