#bcaee3

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

Shades of Melrose #BCAEE3

Tints of Melrose #BCAEE3

Color information

#BCAEE3 (or 0xBCAEE3) is unknown color: approx Melrose. HEX triplet: BC, AE and E3. RGB value is (188,174,227). Sum of RGB (Red+Green+Blue) = 188+174+227=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 227 (89.06% from 255 or 38.54% from 589); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCAEE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEE3 is #43511C. Grayscale: #B8B8B8. Windows color (decimal): -4411677 or 14921404. OLE color: 14921404.

HSL color Cylindrical-coordinate representation of color #BCAEE3: hue angle of 255.85º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCAEE3 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188174227-
CMYK0.170.2300.11
HSL255.85º48.62%78.63%-
HSV(B)255.85º23.35%89.02%-
XYZ49.7446.5179.03-
YUV184.23152.14130.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 227 (89.06% from 255) = 38.54%
R=31.92%
G=29.54%
B=38.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881742270.170.2300.11255.8548.6278.63
HexBCAEE311170B100314f
Octal274256343212701340061117
Binary1011110010101110111000111000110111010111000000001100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcaee3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcaee3; }

 p { color: rgb(188,174,227); }

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

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

 a { background-color: rgb(188,174,227); }

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

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

 span { border-color: rgb(188,174,227); }

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