#BBA7EF

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

Shades of Melrose #BBA7EF

Tints of Melrose #BBA7EF

Color information

#BBA7EF (or 0xBBA7EF) is unknown color: approx Melrose. HEX triplet: BB, A7 and EF. RGB value is (187,167,239). Sum of RGB (Red+Green+Blue) = 187+167+239=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 167 (65.62% from 255 or 28.16% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBA7EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7EF is #445810. Grayscale: #B4B4B4. Windows color (decimal): -4478993 or 15706043. OLE color: 15706043.

HSL color Cylindrical-coordinate representation of color #BBA7EF: hue angle of 256.67º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBA7EF is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187167239-
CMYK0.220.3000.06
HSL256.67º69.23%79.61%-
HSV(B)256.67º30.13%93.73%-
XYZ49.8944.4387.61-
YUV181.19160.63132.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.53%
GREEN value IS 167 (65.62% from 255) = 28.16%
BLUE value IS 239 (93.75% from 255) = 40.30%
R=31.53%
G=28.16%
B=40.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871672390.220.3000.06256.6769.2379.61
HexBBA7EF161E061014550
Octal273247357263606401105120
Binary1011101110100111111011111011011110011010000000110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA7EF; }

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

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

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

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

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

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

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

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