#BD9FF5

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

Shades of Perfume #BD9FF5

Tints of Perfume #BD9FF5

Color information

#BD9FF5 (or 0xBD9FF5) is unknown color: approx Perfume. HEX triplet: BD, 9F and F5. RGB value is (189,159,245). Sum of RGB (Red+Green+Blue) = 189+159+245=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 245 (96.09% from 255 or 41.32% from 593); Max value from RGB is 245 - color contains mainly: blue. Hex color #BD9FF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9FF5 is #42600A. Grayscale: #B1B1B1. Windows color (decimal): -4349963 or 16097213. OLE color: 16097213.

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

Color convert

RGB189159245-
CMYK0.230.3500.04
HSL260.93º81.13%79.22%-
HSV(B)260.93º35.1%96.08%-
XYZ49.8742.2191.9-
YUV177.77165.94136.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.87%
GREEN value IS 159 (62.5% from 255) = 26.81%
BLUE value IS 245 (96.09% from 255) = 41.32%
R=31.87%
G=26.81%
B=41.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1891592450.230.3500.04260.9381.1379.22
HexBD9FF5172304105514f
Octal275237365274304405121117
Binary10111101100111111111010110111100011010010000010110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9FF5; }

 p { color: rgb(189,159,245); }

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

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

 a { background-color: rgb(189,159,245); }

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

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

 span { border-color: rgb(189,159,245); }

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