#bb96fe

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

Shades of Perfume #BB96FE

Tints of Perfume #BB96FE

Color information

#BB96FE (or 0xBB96FE) is unknown color: approx Perfume. HEX triplet: BB, 96 and FE. RGB value is (187,150,254). Sum of RGB (Red+Green+Blue) = 187+150+254=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB96FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB96FE is #446901. Grayscale: #ACACAC. Windows color (decimal): -4483330 or 16684731. OLE color: 16684731.

HSL color Cylindrical-coordinate representation of color #BB96FE: hue angle of 261.35º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB96FE is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187150254-
CMYK0.260.4100.00
HSL261.35º98.11%79.22%-
HSV(B)261.35º40.94%99.61%-
XYZ49.2939.5398.8-
YUV172.92173.76138.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.64%
GREEN value IS 150 (58.98% from 255) = 25.38%
BLUE value IS 254 (99.61% from 255) = 42.98%
R=31.64%
G=25.38%
B=42.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1871502540.260.4100.00261.3598.1179.22
HexBB96FE1A2900105624f
Octal273226376325100405142117
Binary101110111001011011111110110101010010010000010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb96fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb96fe; }

 p { color: rgb(187,150,254); }

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

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

 a { background-color: rgb(187,150,254); }

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

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

 span { border-color: rgb(187,150,254); }

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