#BB98DB

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

Shades of Perfume #BB98DB

Tints of Perfume #BB98DB

Color information

#BB98DB (or 0xBB98DB) is unknown color: approx Perfume. HEX triplet: BB, 98 and DB. RGB value is (187,152,219). Sum of RGB (Red+Green+Blue) = 187+152+219=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB98DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98DB is #446724. Grayscale: #A9A9A9. Windows color (decimal): -4482853 or 14391483. OLE color: 14391483.

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

Color convert

RGB187152219-
CMYK0.150.3100.14
HSL271.34º48.2%72.75%-
HSV(B)271.34º30.59%85.88%-
XYZ44.5138.1472.03-
YUV170.1155.6140.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.51%
GREEN value IS 152 (59.77% from 255) = 27.24%
BLUE value IS 219 (85.94% from 255) = 39.25%
R=33.51%
G=27.24%
B=39.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871522190.150.3100.14271.3448.272.75
HexBB98DBF1F0E10f3049
Octal273230333173701641760111
Binary101110111001100011011011111111111011101000011111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB98DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB98DB; }

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

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

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

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

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

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

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

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