#BD9AEE

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

Shades of Perfume #BD9AEE

Tints of Perfume #BD9AEE

Color information

#BD9AEE (or 0xBD9AEE) is unknown color: approx Perfume. HEX triplet: BD, 9A and EE. RGB value is (189,154,238). Sum of RGB (Red+Green+Blue) = 189+154+238=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD9AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9AEE is #426511. Grayscale: #ADADAD. Windows color (decimal): -4351250 or 15637181. OLE color: 15637181.

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

Color convert

RGB189154238-
CMYK0.210.3500.07
HSL265º71.19%76.86%-
HSV(B)265º35.29%93.33%-
XYZ47.9740.186.1-
YUV174.04164.1138.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.53%
GREEN value IS 154 (60.55% from 255) = 26.51%
BLUE value IS 238 (93.36% from 255) = 40.96%
R=32.53%
G=26.51%
B=40.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891542380.210.3500.0726571.1976.86
HexBD9AEE152307109474d
Octal275232356254307411107115
Binary10111101100110101110111010101100011011110000100110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9AEE; }

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

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

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

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

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

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

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

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