#BCB3DA

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

Shades of Melrose #BCB3DA

Tints of Melrose #BCB3DA

Color information

#BCB3DA (or 0xBCB3DA) is unknown color: approx Melrose. HEX triplet: BC, B3 and DA. RGB value is (188,179,218). Sum of RGB (Red+Green+Blue) = 188+179+218=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCB3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3DA is #434C25. Grayscale: #B9B9B9. Windows color (decimal): -4410406 or 14332860. OLE color: 14332860.

HSL color Cylindrical-coordinate representation of color #BCB3DA: hue angle of 253.85º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCB3DA is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188179218-
CMYK0.140.1800.15
HSL253.85º34.51%77.84%-
HSV(B)253.85º17.89%85.49%-
XYZ49.5147.9972.98-
YUV186.14145.98129.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 179 (70.31% from 255) = 30.60%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=32.14%
G=30.60%
B=37.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881792180.140.1800.15253.8534.5177.84
HexBCB3DAE120Ffe234e
Octal274263332162201737643116
Binary10111100101100111101101011101001001111111111101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3DA; }

 p { color: rgb(188,179,218); }

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

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

 a { background-color: rgb(188,179,218); }

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

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

 span { border-color: rgb(188,179,218); }

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