#BD94F9

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

Shades of Perfume #BD94F9

Tints of Perfume #BD94F9

Color information

#BD94F9 (or 0xBD94F9) is unknown color: approx Perfume. HEX triplet: BD, 94 and F9. RGB value is (189,148,249). Sum of RGB (Red+Green+Blue) = 189+148+249=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 148 (58.20% from 255 or 25.26% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD94F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD94F9 is #426B06. Grayscale: #ABABAB. Windows color (decimal): -4352775 or 16356541. OLE color: 16356541.

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

Color convert

RGB189148249-
CMYK0.240.4100.02
HSL264.36º89.38%77.84%-
HSV(B)264.36º40.56%97.65%-
XYZ48.6838.8494.55-
YUV171.77171.58140.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 148 (58.20% from 255) = 25.26%
BLUE value IS 249 (97.66% from 255) = 42.49%
R=32.25%
G=25.26%
B=42.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891482490.240.4100.02264.3689.3877.84
HexBD94F9182902108594e
Octal275224371305102410131116
Binary1011110110010100111110011100010100101010000100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD94F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD94F9; }

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

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

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

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

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

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

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

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