#BB96FC

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

Shades of Perfume #BB96FC

Tints of Perfume #BB96FC

Color information

#BB96FC (or 0xBB96FC) is unknown color: approx Perfume. HEX triplet: BB, 96 and FC. RGB value is (187,150,252). Sum of RGB (Red+Green+Blue) = 187+150+252=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB96FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB96FC is #446903. Grayscale: #ACACAC. Windows color (decimal): -4483332 or 16553659. OLE color: 16553659.

HSL color Cylindrical-coordinate representation of color #BB96FC: hue angle of 261.76º 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 #BB96FC is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187150252-
CMYK0.260.4000.01
HSL261.76º94.44%78.82%-
HSV(B)261.76º40.48%98.82%-
XYZ48.9739.4197.12-
YUV172.69172.76138.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 150 (58.98% from 255) = 25.47%
BLUE value IS 252 (98.83% from 255) = 42.78%
R=31.75%
G=25.47%
B=42.78%

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
Decimal1871502520.260.4000.01261.7694.4478.82
HexBB96FC1A28011065e4f
Octal273226374325001406136117
Binary101110111001011011111100110101010000110000011010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB96FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB96FC; }

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

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

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

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

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

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

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

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