#BB97FC

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

Shades of Perfume #BB97FC

Tints of Perfume #BB97FC

Color information

#BB97FC (or 0xBB97FC) is unknown color: approx Perfume. HEX triplet: BB, 97 and FC. RGB value is (187,151,252). Sum of RGB (Red+Green+Blue) = 187+151+252=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB97FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB97FC is #446803. Grayscale: #ACACAC. Windows color (decimal): -4483076 or 16553915. OLE color: 16553915.

HSL color Cylindrical-coordinate representation of color #BB97FC: hue angle of 261.39º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB97FC is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187151252-
CMYK0.260.4000.01
HSL261.39º94.39%79.02%-
HSV(B)261.39º40.08%98.82%-
XYZ49.1339.7397.17-
YUV173.28172.43137.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.69%
GREEN value IS 151 (59.38% from 255) = 25.59%
BLUE value IS 252 (98.83% from 255) = 42.71%
R=31.69%
G=25.59%
B=42.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871512520.260.4000.01261.3994.3979.02
HexBB97FC1A28011055e4f
Octal273227374325001405136117
Binary101110111001011111111100110101010000110000010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB97FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB97FC; }

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

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

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

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

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

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

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

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