#BCB0DF

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

Shades of Melrose #BCB0DF

Tints of Melrose #BCB0DF

Color information

#BCB0DF (or 0xBCB0DF) is unknown color: approx Melrose. HEX triplet: BC, B0 and DF. RGB value is (188,176,223). Sum of RGB (Red+Green+Blue) = 188+176+223=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0DF is #434F20. Grayscale: #B8B8B8. Windows color (decimal): -4411169 or 14659772. OLE color: 14659772.

HSL color Cylindrical-coordinate representation of color #BCB0DF: hue angle of 255.32º degrees, saturation: 0.42, 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 #BCB0DF is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188176223-
CMYK0.160.2100.13
HSL255.32º42.34%78.24%-
HSV(B)255.32º21.08%87.45%-
XYZ49.5847.0776.28-
YUV184.95149.48130.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 176 (69.14% from 255) = 29.98%
BLUE value IS 223 (87.5% from 255) = 37.99%
R=32.03%
G=29.98%
B=37.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881762230.160.2100.13255.3242.3478.24
HexBCB0DF10150Dff2a4e
Octal274260337202501537752116
Binary101111001011000011011111100001010101101111111111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0DF; }

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

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

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

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

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

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

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

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