#BD9FFE

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

Shades of Perfume #BD9FFE

Tints of Perfume #BD9FFE

Color information

#BD9FFE (or 0xBD9FFE) is unknown color: approx Perfume. HEX triplet: BD, 9F and FE. RGB value is (189,159,254). Sum of RGB (Red+Green+Blue) = 189+159+254=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD9FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9FFE is #426001. Grayscale: #B2B2B2. Windows color (decimal): -4349954 or 16687037. OLE color: 16687037.

HSL color Cylindrical-coordinate representation of color #BD9FFE: hue angle of 258.95º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD9FFE is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB189159254-
CMYK0.260.3700.00
HSL258.95º97.94%80.98%-
HSV(B)258.95º37.4%99.61%-
XYZ51.2742.7799.32-
YUV178.8170.44135.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 159 (62.5% from 255) = 26.41%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=31.40%
G=26.41%
B=42.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1891592540.260.3700.00258.9597.9480.98
HexBD9FFE1A25001036251
Octal275237376324500403142121
Binary101111011001111111111110110101001010010000001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9FFE; }

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

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

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

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

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

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

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

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