#BD98DD

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

Shades of Perfume #BD98DD

Tints of Perfume #BD98DD

Color information

#BD98DD (or 0xBD98DD) is unknown color: approx Perfume. HEX triplet: BD, 98 and DD. RGB value is (189,152,221). Sum of RGB (Red+Green+Blue) = 189+152+221=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD98DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98DD is #426722. Grayscale: #AAAAAA. Windows color (decimal): -4351779 or 14522557. OLE color: 14522557.

HSL color Cylindrical-coordinate representation of color #BD98DD: hue angle of 272.17º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD98DD is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189152221-
CMYK0.140.3100.13
HSL272.17º50.36%73.14%-
HSV(B)272.17º31.22%86.67%-
XYZ45.2738.573.45-
YUV170.93156.26140.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.63%
GREEN value IS 152 (59.77% from 255) = 27.05%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=33.63%
G=27.05%
B=39.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891522210.140.3100.13272.1750.3673.14
HexBD98DDE1F0D1103249
Octal275230335163701542062111
Binary101111011001100011011101111011111011011000100001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD98DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD98DD; }

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

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

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

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

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

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

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

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