#BD9AFF

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

Shades of Perfume #BD9AFF

Tints of Perfume #BD9AFF

Color information

#BD9AFF (or 0xBD9AFF) is unknown color: approx Perfume. HEX triplet: BD, 9A and FF. RGB value is (189,154,255). Sum of RGB (Red+Green+Blue) = 189+154+255=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD9AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9AFF is #426500. Grayscale: #AFAFAF. Windows color (decimal): -4351233 or 16751293. OLE color: 16751293.

HSL color Cylindrical-coordinate representation of color #BD9AFF: hue angle of 260.79º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD9AFF is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189154255-
CMYK0.260.4000
HSL260.79º100%80.2%-
HSV(B)260.79º39.61%100%-
XYZ50.5941.1599.88-
YUV175.98172.6137.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.61%
GREEN value IS 154 (60.55% from 255) = 25.75%
BLUE value IS 255 (100% from 255) = 42.64%
R=31.61%
G=25.75%
B=42.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891542550.260.4000260.7910080.2
HexBD9AFF1A28001056450
Octal275232377325000405144120
Binary101111011001101011111111110101010000010000010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9AFF; }

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

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

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

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

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

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

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

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