#BD9EF6

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

Shades of Perfume #BD9EF6

Tints of Perfume #BD9EF6

Color information

#BD9EF6 (or 0xBD9EF6) is unknown color: approx Perfume. HEX triplet: BD, 9E and F6. RGB value is (189,158,246). Sum of RGB (Red+Green+Blue) = 189+158+246=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 246 (96.48% from 255 or 41.48% from 593); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD9EF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9EF6 is #426109. Grayscale: #B0B0B0. Windows color (decimal): -4350218 or 16162493. OLE color: 16162493.

HSL color Cylindrical-coordinate representation of color #BD9EF6: hue angle of 261.14º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD9EF6 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189158246-
CMYK0.230.3600.04
HSL261.14º83.02%79.22%-
HSV(B)261.14º35.77%96.47%-
XYZ49.8541.9392.65-
YUV177.3166.77136.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.87%
GREEN value IS 158 (62.11% from 255) = 26.64%
BLUE value IS 246 (96.48% from 255) = 41.48%
R=31.87%
G=26.64%
B=41.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1891582460.230.3600.04261.1483.0279.22
HexBD9EF6172404105534f
Octal275236366274404405123117
Binary10111101100111101111011010111100100010010000010110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9EF6; }

 p { color: rgb(189,158,246); }

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

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

 a { background-color: rgb(189,158,246); }

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

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

 span { border-color: rgb(189,158,246); }

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