#BD8BFE

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

Shades of Perfume #BD8BFE

Tints of Perfume #BD8BFE

Color information

#BD8BFE (or 0xBD8BFE) is unknown color: approx Perfume. HEX triplet: BD, 8B and FE. RGB value is (189,139,254). Sum of RGB (Red+Green+Blue) = 189+139+254=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD8BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8BFE is #427401. Grayscale: #A6A6A6. Windows color (decimal): -4355074 or 16681917. OLE color: 16681917.

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

Color convert

RGB189139254-
CMYK0.260.4500.00
HSL266.09º98.29%77.06%-
HSV(B)266.09º45.28%99.61%-
XYZ48.1136.4498.26-
YUV167.06177.06143.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.47%
GREEN value IS 139 (54.69% from 255) = 23.88%
BLUE value IS 254 (99.61% from 255) = 43.64%
R=32.47%
G=23.88%
B=43.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1891392540.260.4500.00266.0998.2977.06
HexBD8BFE1A2D0010a624d
Octal275213376325500412142115
Binary101111011000101111111110110101011010010000101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8BFE; }

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

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

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

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

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

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

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

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