#BCB4D7

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

Shades of Melrose #BCB4D7

Tints of Melrose #BCB4D7

Color information

#BCB4D7 (or 0xBCB4D7) is unknown color: approx Melrose. HEX triplet: BC, B4 and D7. RGB value is (188,180,215). Sum of RGB (Red+Green+Blue) = 188+180+215=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 180 (70.70% from 255 or 30.87% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCB4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4D7 is #434B28. Grayscale: #BABABA. Windows color (decimal): -4410153 or 14136508. OLE color: 14136508.

HSL color Cylindrical-coordinate representation of color #BCB4D7: hue angle of 253.71º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCB4D7 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188180215-
CMYK0.130.1600.16
HSL253.71º30.43%77.45%-
HSV(B)253.71º16.28%84.31%-
XYZ49.3348.2471-
YUV186.38144.15129.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.25%
GREEN value IS 180 (70.70% from 255) = 30.87%
BLUE value IS 215 (84.38% from 255) = 36.88%
R=32.25%
G=30.87%
B=36.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881802150.130.1600.16253.7130.4377.45
HexBCB4D7D10010fe1e4d
Octal274264327152002037636115
Binary10111100101101001101011111011000001000011111110111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB4D7; }

 p { color: rgb(188,180,215); }

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

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

 a { background-color: rgb(188,180,215); }

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

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

 span { border-color: rgb(188,180,215); }

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