#BB97E1

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

Shades of Perfume #BB97E1

Tints of Perfume #BB97E1

Color information

#BB97E1 (or 0xBB97E1) is unknown color: approx Perfume. HEX triplet: BB, 97 and E1. RGB value is (187,151,225). Sum of RGB (Red+Green+Blue) = 187+151+225=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB97E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97E1 is #44681E. Grayscale: #A9A9A9. Windows color (decimal): -4483103 or 14784443. OLE color: 14784443.

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

Color convert

RGB187151225-
CMYK0.170.3300.12
HSL269.19º55.22%73.73%-
HSV(B)269.19º32.89%88.24%-
XYZ45.1538.1376.22-
YUV170.2158.93139.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.21%
GREEN value IS 151 (59.38% from 255) = 26.82%
BLUE value IS 225 (88.28% from 255) = 39.96%
R=33.21%
G=26.82%
B=39.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871512250.170.3300.12269.1955.2273.73
HexBB97E111210C10d374a
Octal273227341214101441567112
Binary10111011100101111110000110001100001011001000011011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB97E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB97E1; }

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

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

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

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

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

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

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

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