#BD9FFD

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

Shades of Perfume #BD9FFD

Tints of Perfume #BD9FFD

Color information

#BD9FFD (or 0xBD9FFD) is unknown color: approx Perfume. HEX triplet: BD, 9F and FD. RGB value is (189,159,253). Sum of RGB (Red+Green+Blue) = 189+159+253=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9FFD is #426002. Grayscale: #B2B2B2. Windows color (decimal): -4349955 or 16621501. OLE color: 16621501.

HSL color Cylindrical-coordinate representation of color #BD9FFD: hue angle of 259.15º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD9FFD is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189159253-
CMYK0.250.3700.01
HSL259.15º95.92%80.78%-
HSV(B)259.15º37.15%99.22%-
XYZ51.1142.7198.48-
YUV178.69169.94135.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.45%
GREEN value IS 159 (62.5% from 255) = 26.46%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=31.45%
G=26.46%
B=42.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891592530.250.3700.01259.1595.9280.78
HexBD9FFD1925011036051
Octal275237375314501403140121
Binary101111011001111111111101110011001010110000001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9FFD; }

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

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

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

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

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

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

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

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