#BB98DC

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

Shades of Perfume #BB98DC

Tints of Perfume #BB98DC

Color information

#BB98DC (or 0xBB98DC) is unknown color: approx Perfume. HEX triplet: BB, 98 and DC. RGB value is (187,152,220). Sum of RGB (Red+Green+Blue) = 187+152+220=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB98DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98DC is #446723. Grayscale: #A9A9A9. Windows color (decimal): -4482852 or 14457019. OLE color: 14457019.

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

Color convert

RGB187152220-
CMYK0.150.3100.14
HSL270.88º49.28%72.94%-
HSV(B)270.88º30.91%86.27%-
XYZ44.6438.1972.73-
YUV170.22156.1139.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 152 (59.77% from 255) = 27.19%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=33.45%
G=27.19%
B=39.36%

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
Decimal1871522200.150.3100.14270.8849.2872.94
HexBB98DCF1F0E10f3149
Octal273230334173701641761111
Binary101110111001100011011100111111111011101000011111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB98DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB98DC; }

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

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

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

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

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

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

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

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