#BCABE5

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

Shades of Melrose #BCABE5

Tints of Melrose #BCABE5

Color information

#BCABE5 (or 0xBCABE5) is unknown color: approx Melrose. HEX triplet: BC, AB and E5. RGB value is (188,171,229). Sum of RGB (Red+Green+Blue) = 188+171+229=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABE5 is #43541A. Grayscale: #B6B6B6. Windows color (decimal): -4412443 or 15051708. OLE color: 15051708.

HSL color Cylindrical-coordinate representation of color #BCABE5: hue angle of 257.59º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCABE5 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188171229-
CMYK0.180.2500.10
HSL257.59º52.73%78.43%-
HSV(B)257.59º25.33%89.8%-
XYZ49.4445.4780.3-
YUV182.7154.13131.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 171 (67.19% from 255) = 29.08%
BLUE value IS 229 (89.84% from 255) = 38.95%
R=31.97%
G=29.08%
B=38.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1881712290.180.2500.10257.5952.7378.43
HexBCABE512190A102354e
Octal274253345223101240265116
Binary1011110010101011111001011001011001010101000000101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABE5; }

 p { color: rgb(188,171,229); }

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

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

 a { background-color: rgb(188,171,229); }

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

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

 span { border-color: rgb(188,171,229); }

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