#BCAEEC

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

Shades of Melrose #BCAEEC

Tints of Melrose #BCAEEC

Color information

#BCAEEC (or 0xBCAEEC) is unknown color: approx Melrose. HEX triplet: BC, AE and EC. RGB value is (188,174,236). Sum of RGB (Red+Green+Blue) = 188+174+236=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAEEC is #435113. Grayscale: #B9B9B9. Windows color (decimal): -4411668 or 15511228. OLE color: 15511228.

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

Color convert

RGB188174236-
CMYK0.200.2600.07
HSL253.55º62%80.39%-
HSV(B)253.55º26.27%92.55%-
XYZ51.0247.0285.74-
YUV185.25156.64129.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.44%
GREEN value IS 174 (68.36% from 255) = 29.10%
BLUE value IS 236 (92.58% from 255) = 39.46%
R=31.44%
G=29.10%
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.07
SystemRedGreenBlueCMYKHSL
Decimal1881742360.200.2600.07253.556280.39
HexBCAEEC141A07fe3e50
Octal27425635424320737676120
Binary10111100101011101110110010100110100111111111101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAEEC; }

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

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

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

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

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

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

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

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