#BB98E1

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

Shades of Perfume #BB98E1

Tints of Perfume #BB98E1

Color information

#BB98E1 (or 0xBB98E1) is unknown color: approx Perfume. HEX triplet: BB, 98 and E1. RGB value is (187,152,225). Sum of RGB (Red+Green+Blue) = 187+152+225=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB98E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98E1 is #44671E. Grayscale: #AAAAAA. Windows color (decimal): -4482847 or 14784699. OLE color: 14784699.

HSL color Cylindrical-coordinate representation of color #BB98E1: hue angle of 268.77º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB98E1 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187152225-
CMYK0.170.3200.12
HSL268.77º54.89%73.92%-
HSV(B)268.77º32.44%88.24%-
XYZ45.3138.4676.27-
YUV170.79158.6139.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 152 (59.77% from 255) = 26.95%
BLUE value IS 225 (88.28% from 255) = 39.89%
R=33.16%
G=26.95%
B=39.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871522250.170.3200.12268.7754.8973.92
HexBB98E111200C10d374a
Octal273230341214001441567112
Binary10111011100110001110000110001100000011001000011011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB98E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB98E1; }

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

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

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

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

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

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

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

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