#BD9FFA

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

Shades of Perfume #BD9FFA

Tints of Perfume #BD9FFA

Color information

#BD9FFA (or 0xBD9FFA) is unknown color: approx Perfume. HEX triplet: BD, 9F and FA. RGB value is (189,159,250). Sum of RGB (Red+Green+Blue) = 189+159+250=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD9FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9FFA is #426005. Grayscale: #B2B2B2. Windows color (decimal): -4349958 or 16424893. OLE color: 16424893.

HSL color Cylindrical-coordinate representation of color #BD9FFA: hue angle of 259.78º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD9FFA is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189159250-
CMYK0.240.3600.02
HSL259.78º90.1%80.2%-
HSV(B)259.78º36.4%98.04%-
XYZ50.6442.5295.98-
YUV178.34168.44135.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.61%
GREEN value IS 159 (62.5% from 255) = 26.59%
BLUE value IS 250 (98.05% from 255) = 41.81%
R=31.61%
G=26.59%
B=41.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891592500.240.3600.02259.7890.180.2
HexBD9FFA1824021045a50
Octal275237372304402404132120
Binary1011110110011111111110101100010010001010000010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9FFA; }

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

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

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

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

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

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

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

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