#BD9AFE

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

Shades of Perfume #BD9AFE

Tints of Perfume #BD9AFE

Color information

#BD9AFE (or 0xBD9AFE) is unknown color: approx Perfume. HEX triplet: BD, 9A and FE. RGB value is (189,154,254). Sum of RGB (Red+Green+Blue) = 189+154+254=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD9AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9AFE is #426501. Grayscale: #AFAFAF. Windows color (decimal): -4351234 or 16685757. OLE color: 16685757.

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

Color convert

RGB189154254-
CMYK0.260.3900.00
HSL261º98.04%80%-
HSV(B)261º39.37%99.61%-
XYZ50.4341.0999.04-
YUV175.86172.1137.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.66%
GREEN value IS 154 (60.55% from 255) = 25.80%
BLUE value IS 254 (99.61% from 255) = 42.55%
R=31.66%
G=25.80%
B=42.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1891542540.260.3900.0026198.0480
HexBD9AFE1A27001056250
Octal275232376324700405142120
Binary101111011001101011111110110101001110010000010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9AFE; }

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

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

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

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

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

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

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

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