#BB97DF

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

Shades of Perfume #BB97DF

Tints of Perfume #BB97DF

Color information

#BB97DF (or 0xBB97DF) is unknown color: approx Perfume. HEX triplet: BB, 97 and DF. RGB value is (187,151,223). Sum of RGB (Red+Green+Blue) = 187+151+223=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB97DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97DF is #446820. Grayscale: #A9A9A9. Windows color (decimal): -4483105 or 14653371. OLE color: 14653371.

HSL color Cylindrical-coordinate representation of color #BB97DF: hue angle of 270º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB97DF is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187151223-
CMYK0.160.3200.13
HSL270º52.94%73.33%-
HSV(B)270º32.29%87.45%-
XYZ44.8838.0374.79-
YUV169.97157.93140.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 151 (59.38% from 255) = 26.92%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=33.33%
G=26.92%
B=39.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871512230.160.3200.1327052.9473.33
HexBB97DF10200D10e3549
Octal273227337204001541665111
Binary10111011100101111101111110000100000011011000011101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB97DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB97DF; }

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

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

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

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

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

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

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

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