#BBA4FA

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

Shades of Melrose #BBA4FA

Tints of Melrose #BBA4FA

Color information

#BBA4FA (or 0xBBA4FA) is unknown color: approx Melrose. HEX triplet: BB, A4 and FA. RGB value is (187,164,250). Sum of RGB (Red+Green+Blue) = 187+164+250=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 164 (64.45% from 255 or 27.29% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBA4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4FA is #445B05. Grayscale: #B4B4B4. Windows color (decimal): -4479750 or 16426171. OLE color: 16426171.

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

Color convert

RGB187164250-
CMYK0.250.3400.02
HSL256.05º89.58%81.18%-
HSV(B)256.05º34.4%98.04%-
XYZ51.0244.0296.25-
YUV180.68167.12132.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.11%
GREEN value IS 164 (64.45% from 255) = 27.29%
BLUE value IS 250 (98.05% from 255) = 41.60%
R=31.11%
G=27.29%
B=41.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871642500.250.3400.02256.0589.5881.18
HexBBA4FA1922021005a51
Octal273244372314202400132121
Binary1011101110100100111110101100110001001010000000010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4FA; }

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

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

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

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

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

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

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

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