#BBA7ED

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

Shades of Melrose #BBA7ED

Tints of Melrose #BBA7ED

Color information

#BBA7ED (or 0xBBA7ED) is unknown color: approx Melrose. HEX triplet: BB, A7 and ED. RGB value is (187,167,237). Sum of RGB (Red+Green+Blue) = 187+167+237=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 167 (65.62% from 255 or 28.26% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBA7ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7ED is #445812. Grayscale: #B4B4B4. Windows color (decimal): -4478995 or 15574971. OLE color: 15574971.

HSL color Cylindrical-coordinate representation of color #BBA7ED: hue angle of 257.14º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBA7ED is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187167237-
CMYK0.210.3000.07
HSL257.14º66.04%79.22%-
HSV(B)257.14º29.54%92.94%-
XYZ49.644.3286.06-
YUV180.96159.63132.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.64%
GREEN value IS 167 (65.62% from 255) = 28.26%
BLUE value IS 237 (92.97% from 255) = 40.10%
R=31.64%
G=28.26%
B=40.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871672370.210.3000.07257.1466.0479.22
HexBBA7ED151E07101424f
Octal273247355253607401102117
Binary1011101110100111111011011010111110011110000000110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA7ED; }

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

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

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

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

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

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

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

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