#BD9FEE

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

Shades of Perfume #BD9FEE

Tints of Perfume #BD9FEE

Color information

#BD9FEE (or 0xBD9FEE) is unknown color: approx Perfume. HEX triplet: BD, 9F and EE. RGB value is (189,159,238). Sum of RGB (Red+Green+Blue) = 189+159+238=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD9FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9FEE is #426011. Grayscale: #B0B0B0. Windows color (decimal): -4349970 or 15638461. OLE color: 15638461.

HSL color Cylindrical-coordinate representation of color #BD9FEE: hue angle of 262.78º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD9FEE is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189159238-
CMYK0.210.3300.07
HSL262.78º69.91%77.84%-
HSV(B)262.78º33.19%93.33%-
XYZ48.8241.7986.38-
YUV176.98162.44136.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 159 (62.5% from 255) = 27.13%
BLUE value IS 238 (93.36% from 255) = 40.61%
R=32.25%
G=27.13%
B=40.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891592380.210.3300.07262.7869.9177.84
HexBD9FEE152107107464e
Octal275237356254107407106116
Binary10111101100111111110111010101100001011110000011110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9FEE; }

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

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

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

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

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

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

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

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