#BD98F0

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

Shades of Perfume #BD98F0

Tints of Perfume #BD98F0

Color information

#BD98F0 (or 0xBD98F0) is unknown color: approx Perfume. HEX triplet: BD, 98 and F0. RGB value is (189,152,240). Sum of RGB (Red+Green+Blue) = 189+152+240=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD98F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD98F0 is #42670F. Grayscale: #ACACAC. Windows color (decimal): -4351760 or 15767741. OLE color: 15767741.

HSL color Cylindrical-coordinate representation of color #BD98F0: hue angle of 265.23º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD98F0 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189152240-
CMYK0.210.3700.06
HSL265.23º74.58%76.86%-
HSV(B)265.23º36.67%94.12%-
XYZ47.9439.5787.55-
YUV173.09165.76139.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.53%
GREEN value IS 152 (59.77% from 255) = 26.16%
BLUE value IS 240 (94.14% from 255) = 41.31%
R=32.53%
G=26.16%
B=41.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891522400.210.3700.06265.2374.5876.86
HexBD98F01525061094b4d
Octal275230360254506411113115
Binary10111101100110001111000010101100101011010000100110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD98F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD98F0; }

 p { color: rgb(189,152,240); }

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

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

 a { background-color: rgb(189,152,240); }

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

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

 span { border-color: rgb(189,152,240); }

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