#BB96FA

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

Shades of Perfume #BB96FA

Tints of Perfume #BB96FA

Color information

#BB96FA (or 0xBB96FA) is unknown color: approx Perfume. HEX triplet: BB, 96 and FA. RGB value is (187,150,250). Sum of RGB (Red+Green+Blue) = 187+150+250=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB96FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB96FA is #446905. Grayscale: #ACACAC. Windows color (decimal): -4483334 or 16422587. OLE color: 16422587.

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

Color convert

RGB187150250-
CMYK0.250.400.02
HSL262.2º90.91%78.43%-
HSV(B)262.2º40%98.04%-
XYZ48.6639.2895.46-
YUV172.46171.76138.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 150 (58.98% from 255) = 25.55%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=31.86%
G=25.55%
B=42.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871502500.250.400.02262.290.9178.43
HexBB96FA1928021065b4e
Octal273226372315002406133116
Binary1011101110010110111110101100110100001010000011010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB96FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB96FA; }

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

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

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

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

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

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

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

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