#BBA4FB

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

Shades of Melrose #BBA4FB

Tints of Melrose #BBA4FB

Color information

#BBA4FB (or 0xBBA4FB) is unknown color: approx Melrose. HEX triplet: BB, A4 and FB. RGB value is (187,164,251). Sum of RGB (Red+Green+Blue) = 187+164+251=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBA4FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4FB is #445B04. Grayscale: #B4B4B4. Windows color (decimal): -4479749 or 16491707. OLE color: 16491707.

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

Color convert

RGB187164251-
CMYK0.250.3500.02
HSL255.86º91.58%81.37%-
HSV(B)255.86º34.66%98.43%-
XYZ51.1844.0897.08-
YUV180.8167.62132.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.06%
GREEN value IS 164 (64.45% from 255) = 27.24%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=31.06%
G=27.24%
B=41.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871642510.250.3500.02255.8691.5881.37
HexBBA4FB1923021005c51
Octal273244373314302400134121
Binary1011101110100100111110111100110001101010000000010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4FB; }

 p { color: rgb(187,164,251); }

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

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

 a { background-color: rgb(187,164,251); }

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

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

 span { border-color: rgb(187,164,251); }

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