#BB97F9

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

Shades of Perfume #BB97F9

Tints of Perfume #BB97F9

Color information

#BB97F9 (or 0xBB97F9) is unknown color: approx Perfume. HEX triplet: BB, 97 and F9. RGB value is (187,151,249). Sum of RGB (Red+Green+Blue) = 187+151+249=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB97F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB97F9 is #446806. Grayscale: #ACACAC. Windows color (decimal): -4483079 or 16357307. OLE color: 16357307.

HSL color Cylindrical-coordinate representation of color #BB97F9: hue angle of 262.04º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB97F9 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187151249-
CMYK0.250.3900.02
HSL262.04º89.09%78.43%-
HSV(B)262.04º39.36%97.65%-
XYZ48.6639.5494.69-
YUV172.94170.93138.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 151 (59.38% from 255) = 25.72%
BLUE value IS 249 (97.66% from 255) = 42.42%
R=31.86%
G=25.72%
B=42.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871512490.250.3900.02262.0489.0978.43
HexBB97F9192702106594e
Octal273227371314702406131116
Binary1011101110010111111110011100110011101010000011010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB97F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB97F9; }

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

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

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

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

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

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

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

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