#BB98D6

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

Shades of Perfume #BB98D6

Tints of Perfume #BB98D6

Color information

#BB98D6 (or 0xBB98D6) is unknown color: approx Perfume. HEX triplet: BB, 98 and D6. RGB value is (187,152,214). Sum of RGB (Red+Green+Blue) = 187+152+214=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB98D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98D6 is #446729. Grayscale: #A9A9A9. Windows color (decimal): -4482858 or 14063803. OLE color: 14063803.

HSL color Cylindrical-coordinate representation of color #BB98D6: hue angle of 273.87º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB98D6 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187152214-
CMYK0.130.2900.16
HSL273.87º43.06%71.76%-
HSV(B)273.87º28.97%83.92%-
XYZ43.8637.8868.62-
YUV169.53153.1140.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 152 (59.77% from 255) = 27.49%
BLUE value IS 214 (83.98% from 255) = 38.70%
R=33.82%
G=27.49%
B=38.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871522140.130.2900.16273.8743.0671.76
HexBB98D6D1D0101122b48
Octal273230326153502042253110
Binary1011101110011000110101101101111010100001000100101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB98D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB98D6; }

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

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

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

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

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

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

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

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