#BCB0DE

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

Shades of Melrose #BCB0DE

Tints of Melrose #BCB0DE

Color information

#BCB0DE (or 0xBCB0DE) is unknown color: approx Melrose. HEX triplet: BC, B0 and DE. RGB value is (188,176,222). Sum of RGB (Red+Green+Blue) = 188+176+222=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCB0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0DE is #434F21. Grayscale: #B8B8B8. Windows color (decimal): -4411170 or 14594236. OLE color: 14594236.

HSL color Cylindrical-coordinate representation of color #BCB0DE: hue angle of 255.65º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCB0DE is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188176222-
CMYK0.150.2100.13
HSL255.65º41.07%78.04%-
HSV(B)255.65º20.72%87.06%-
XYZ49.4547.0275.58-
YUV184.83148.98130.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 176 (69.14% from 255) = 30.03%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=32.08%
G=30.03%
B=37.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881762220.150.2100.13255.6541.0778.04
HexBCB0DEF150D100294e
Octal274260336172501540051116
Binary101111001011000011011110111110101011011000000001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0DE; }

 p { color: rgb(188,176,222); }

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

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

 a { background-color: rgb(188,176,222); }

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

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

 span { border-color: rgb(188,176,222); }

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