#BB98DD

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

Shades of Perfume #BB98DD

Tints of Perfume #BB98DD

Color information

#BB98DD (or 0xBB98DD) is unknown color: approx Perfume. HEX triplet: BB, 98 and DD. RGB value is (187,152,221). Sum of RGB (Red+Green+Blue) = 187+152+221=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB98DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98DD is #446722. Grayscale: #AAAAAA. Windows color (decimal): -4482851 or 14522555. OLE color: 14522555.

HSL color Cylindrical-coordinate representation of color #BB98DD: hue angle of 270.43º 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 #BB98DD is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187152221-
CMYK0.150.3100.13
HSL270.43º50.36%73.14%-
HSV(B)270.43º31.22%86.67%-
XYZ44.7738.2473.43-
YUV170.33156.6139.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 152 (59.77% from 255) = 27.14%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=33.39%
G=27.14%
B=39.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871522210.150.3100.13270.4350.3673.14
HexBB98DDF1F0D10e3249
Octal273230335173701541662111
Binary101110111001100011011101111111111011011000011101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB98DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB98DD; }

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

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

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

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

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

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

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

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