#BD9AF0

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

Shades of Perfume #BD9AF0

Tints of Perfume #BD9AF0

Color information

#BD9AF0 (or 0xBD9AF0) is unknown color: approx Perfume. HEX triplet: BD, 9A and F0. RGB value is (189,154,240). Sum of RGB (Red+Green+Blue) = 189+154+240=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD9AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9AF0 is #42650F. Grayscale: #ADADAD. Windows color (decimal): -4351248 or 15768253. OLE color: 15768253.

HSL color Cylindrical-coordinate representation of color #BD9AF0: hue angle of 264.42º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD9AF0 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189154240-
CMYK0.210.3600.06
HSL264.42º74.14%77.25%-
HSV(B)264.42º35.83%94.12%-
XYZ48.2740.2287.66-
YUV174.27165.1138.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.42%
GREEN value IS 154 (60.55% from 255) = 26.42%
BLUE value IS 240 (94.14% from 255) = 41.17%
R=32.42%
G=26.42%
B=41.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891542400.210.3600.06264.4274.1477.25
HexBD9AF01524061084a4d
Octal275232360254406410112115
Binary10111101100110101111000010101100100011010000100010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9AF0; }

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

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

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

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

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

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

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

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