#BBA7FA

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

Shades of Melrose #BBA7FA

Tints of Melrose #BBA7FA

Color information

#BBA7FA (or 0xBBA7FA) is unknown color: approx Melrose. HEX triplet: BB, A7 and FA. RGB value is (187,167,250). Sum of RGB (Red+Green+Blue) = 187+167+250=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBA7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7FA is #445805. Grayscale: #B6B6B6. Windows color (decimal): -4478982 or 16426939. OLE color: 16426939.

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

Color convert

RGB187167250-
CMYK0.250.3300.02
HSL254.46º89.25%81.76%-
HSV(B)254.46º33.2%98.04%-
XYZ51.5745.196.43-
YUV182.44166.13131.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.96%
GREEN value IS 167 (65.62% from 255) = 27.65%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=30.96%
G=27.65%
B=41.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871672500.250.3300.02254.4689.2581.76
HexBBA7FA192102fe5952
Octal273247372314102376131122
Binary101110111010011111111010110011000010101111111010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA7FA; }

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

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

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

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

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

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

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

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