#BCAEE9

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

Shades of Melrose #BCAEE9

Tints of Melrose #BCAEE9

Color information

#BCAEE9 (or 0xBCAEE9) is unknown color: approx Melrose. HEX triplet: BC, AE and E9. RGB value is (188,174,233). Sum of RGB (Red+Green+Blue) = 188+174+233=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 233 (91.41% from 255 or 39.16% from 595); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCAEE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAEE9 is #435116. Grayscale: #B8B8B8. Windows color (decimal): -4411671 or 15314620. OLE color: 15314620.

HSL color Cylindrical-coordinate representation of color #BCAEE9: hue angle of 254.24º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCAEE9 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188174233-
CMYK0.190.2500.09
HSL254.24º57.28%79.8%-
HSV(B)254.24º25.32%91.37%-
XYZ50.5846.8583.47-
YUV184.91155.14130.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.60%
GREEN value IS 174 (68.36% from 255) = 29.24%
BLUE value IS 233 (91.41% from 255) = 39.16%
R=31.60%
G=29.24%
B=39.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881742330.190.2500.09254.2457.2879.8
HexBCAEE9131909fe3950
Octal274256351233101137671120
Binary101111001010111011101001100111100101001111111101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAEE9; }

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

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

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

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

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

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

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

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