#BD8EF9

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

Shades of Perfume #BD8EF9

Tints of Perfume #BD8EF9

Color information

#BD8EF9 (or 0xBD8EF9) is unknown color: approx Perfume. HEX triplet: BD, 8E and F9. RGB value is (189,142,249). Sum of RGB (Red+Green+Blue) = 189+142+249=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD8EF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8EF9 is #427106. Grayscale: #A7A7A7. Windows color (decimal): -4354311 or 16355005. OLE color: 16355005.

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

Color convert

RGB189142249-
CMYK0.240.4300.02
HSL266.36º89.92%76.67%-
HSV(B)266.36º42.97%97.65%-
XYZ47.763794.25-
YUV168.25173.57142.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.59%
GREEN value IS 142 (55.86% from 255) = 24.48%
BLUE value IS 249 (97.66% from 255) = 42.93%
R=32.59%
G=24.48%
B=42.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891422490.240.4300.02266.3689.9276.67
HexBD8EF9182B0210a5a4d
Octal275216371305302412132115
Binary1011110110001110111110011100010101101010000101010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8EF9; }

 p { color: rgb(189,142,249); }

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

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

 a { background-color: rgb(189,142,249); }

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

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

 span { border-color: rgb(189,142,249); }

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