#BB97E9

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

Shades of Perfume #BB97E9

Tints of Perfume #BB97E9

Color information

#BB97E9 (or 0xBB97E9) is unknown color: approx Perfume. HEX triplet: BB, 97 and E9. RGB value is (187,151,233). Sum of RGB (Red+Green+Blue) = 187+151+233=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 233 (91.41% from 255 or 40.81% from 571); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB97E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB97E9 is #446816. Grayscale: #AAAAAA. Windows color (decimal): -4483095 or 15308731. OLE color: 15308731.

HSL color Cylindrical-coordinate representation of color #BB97E9: hue angle of 266.34º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB97E9 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187151233-
CMYK0.200.3500.09
HSL266.34º65.08%75.29%-
HSV(B)266.34º35.19%91.37%-
XYZ46.2738.5882.1-
YUV171.11162.93139.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.75%
GREEN value IS 151 (59.38% from 255) = 26.44%
BLUE value IS 233 (91.41% from 255) = 40.81%
R=32.75%
G=26.44%
B=40.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871512330.200.3500.09266.3465.0875.29
HexBB97E914230910a414b
Octal2732273512443011412101113
Binary101110111001011111101001101001000110100110000101010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB97E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB97E9; }

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

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

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

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

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

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

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

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