#BCB0E7

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

Shades of Melrose #BCB0E7

Tints of Melrose #BCB0E7

Color information

#BCB0E7 (or 0xBCB0E7) is unknown color: approx Melrose. HEX triplet: BC, B0 and E7. RGB value is (188,176,231). Sum of RGB (Red+Green+Blue) = 188+176+231=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 231 (90.62% from 255 or 38.82% from 595); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCB0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB0E7 is #434F18. Grayscale: #B9B9B9. Windows color (decimal): -4411161 or 15184060. OLE color: 15184060.

HSL color Cylindrical-coordinate representation of color #BCB0E7: hue angle of 253.09º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCB0E7 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188176231-
CMYK0.190.2400.09
HSL253.09º53.4%79.8%-
HSV(B)253.09º23.81%90.59%-
XYZ50.6947.5182.1-
YUV185.86153.48129.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.60%
GREEN value IS 176 (69.14% from 255) = 29.58%
BLUE value IS 231 (90.62% from 255) = 38.82%
R=31.60%
G=29.58%
B=38.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881762310.190.2400.09253.0953.479.8
HexBCB0E7131809fd3550
Octal274260347233001137565120
Binary101111001011000011100111100111100001001111111011101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0E7; }

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

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

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

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

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

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

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

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