#BBACEA

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

Shades of Melrose #BBACEA

Tints of Melrose #BBACEA

Color information

#BBACEA (or 0xBBACEA) is unknown color: approx Melrose. HEX triplet: BB, AC and EA. RGB value is (187,172,234). Sum of RGB (Red+Green+Blue) = 187+172+234=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACEA is #445315. Grayscale: #B7B7B7. Windows color (decimal): -4477718 or 15379643. OLE color: 15379643.

HSL color Cylindrical-coordinate representation of color #BBACEA: hue angle of 254.52º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBACEA is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187172234-
CMYK0.200.2600.08
HSL254.52º59.62%79.61%-
HSV(B)254.52º26.5%91.76%-
XYZ50.146.0184.08-
YUV183.55156.47130.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.53%
GREEN value IS 172 (67.58% from 255) = 29.01%
BLUE value IS 234 (91.80% from 255) = 39.46%
R=31.53%
G=29.01%
B=39.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871722340.200.2600.08254.5259.6279.61
HexBBACEA141A08ff3c50
Octal273254352243201037774120
Binary101110111010110011101010101001101001000111111111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACEA; }

 p { color: rgb(187,172,234); }

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

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

 a { background-color: rgb(187,172,234); }

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

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

 span { border-color: rgb(187,172,234); }

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