#BCAEE7

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

Shades of Melrose #BCAEE7

Tints of Melrose #BCAEE7

Color information

#BCAEE7 (or 0xBCAEE7) is unknown color: approx Melrose. HEX triplet: BC, AE and E7. RGB value is (188,174,231). Sum of RGB (Red+Green+Blue) = 188+174+231=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCAEE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAEE7 is #435118. Grayscale: #B8B8B8. Windows color (decimal): -4411673 or 15183548. OLE color: 15183548.

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

Color convert

RGB188174231-
CMYK0.190.2500.09
HSL254.74º54.29%79.41%-
HSV(B)254.74º24.68%90.59%-
XYZ50.346.7381.97-
YUV184.68154.14130.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 174 (68.36% from 255) = 29.34%
BLUE value IS 231 (90.62% from 255) = 38.95%
R=31.70%
G=29.34%
B=38.95%

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
Decimal1881742310.190.2500.09254.7454.2979.41
HexBCAEE7131909ff364f
Octal274256347233101137766117
Binary101111001010111011100111100111100101001111111111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAEE7; }

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

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

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

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

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

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

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

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