#BBA3FC

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

Shades of Melrose #BBA3FC

Tints of Melrose #BBA3FC

Color information

#BBA3FC (or 0xBBA3FC) is unknown color: approx Melrose. HEX triplet: BB, A3 and FC. RGB value is (187,163,252). Sum of RGB (Red+Green+Blue) = 187+163+252=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 163 (64.06% from 255 or 27.08% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBA3FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA3FC is #445C03. Grayscale: #B3B3B3. Windows color (decimal): -4480004 or 16556987. OLE color: 16556987.

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

Color convert

RGB187163252-
CMYK0.260.3500.01
HSL256.18º93.68%81.37%-
HSV(B)256.18º35.32%98.82%-
XYZ51.1643.7997.85-
YUV180.32168.45132.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.06%
GREEN value IS 163 (64.06% from 255) = 27.08%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=31.06%
G=27.08%
B=41.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871632520.260.3500.01256.1893.6881.37
HexBBA3FC1A23011005e51
Octal273243374324301400136121
Binary101110111010001111111100110101000110110000000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA3FC; }

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

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

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

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

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

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

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

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