#BD8CFA

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

Shades of Perfume #BD8CFA

Tints of Perfume #BD8CFA

Color information

#BD8CFA (or 0xBD8CFA) is unknown color: approx Perfume. HEX triplet: BD, 8C and FA. RGB value is (189,140,250). Sum of RGB (Red+Green+Blue) = 189+140+250=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD8CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8CFA is #427305. Grayscale: #A6A6A6. Windows color (decimal): -4354822 or 16420029. OLE color: 16420029.

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

Color convert

RGB189140250-
CMYK0.240.4400.02
HSL266.73º91.67%76.47%-
HSV(B)266.73º44%98.04%-
XYZ47.6236.4894.97-
YUV167.19174.73143.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 140 (55.08% from 255) = 24.18%
BLUE value IS 250 (98.05% from 255) = 43.18%
R=32.64%
G=24.18%
B=43.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891402500.240.4400.02266.7391.6776.47
HexBD8CFA182C0210b5c4c
Octal275214372305402413134114
Binary1011110110001100111110101100010110001010000101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8CFA; }

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

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

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

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

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

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

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

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