#BB97D8

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

Shades of Perfume #BB97D8

Tints of Perfume #BB97D8

Color information

#BB97D8 (or 0xBB97D8) is unknown color: approx Perfume. HEX triplet: BB, 97 and D8. RGB value is (187,151,216). Sum of RGB (Red+Green+Blue) = 187+151+216=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB97D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97D8 is #446827. Grayscale: #A8A8A8. Windows color (decimal): -4483112 or 14194619. OLE color: 14194619.

HSL color Cylindrical-coordinate representation of color #BB97D8: hue angle of 273.23º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB97D8 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187151216-
CMYK0.130.3000.15
HSL273.23º45.45%71.96%-
HSV(B)273.23º30.09%84.71%-
XYZ43.9537.6669.92-
YUV169.17154.43140.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 151 (59.38% from 255) = 27.26%
BLUE value IS 216 (84.77% from 255) = 38.99%
R=33.75%
G=27.26%
B=38.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871512160.130.3000.15273.2345.4571.96
HexBB97D8D1E0F1112d48
Octal273227330153601742155110
Binary101110111001011111011000110111110011111000100011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB97D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB97D8; }

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

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

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

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

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

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

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

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