#bcb4db

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

Shades of Melrose #BCB4DB

Tints of Melrose #BCB4DB

Color information

#BCB4DB (or 0xBCB4DB) is unknown color: approx Melrose. HEX triplet: BC, B4 and DB. RGB value is (188,180,219). Sum of RGB (Red+Green+Blue) = 188+180+219=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 180 (70.70% from 255 or 30.66% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4DB is #434B24. Grayscale: #BABABA. Windows color (decimal): -4410149 or 14398652. OLE color: 14398652.

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

Color convert

RGB188180219-
CMYK0.140.1800.14
HSL252.31º35.14%78.24%-
HSV(B)252.31º17.81%85.88%-
XYZ49.8548.4573.74-
YUV186.84146.15128.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 180 (70.70% from 255) = 30.66%
BLUE value IS 219 (85.94% from 255) = 37.31%
R=32.03%
G=30.66%
B=37.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881802190.140.1800.14252.3135.1478.24
HexBCB4DBE120Efc234e
Octal274264333162201637443116
Binary10111100101101001101101111101001001110111111001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcb4db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcb4db; }

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

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

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

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

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

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

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

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