#BCB0E1

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

Shades of Melrose #BCB0E1

Tints of Melrose #BCB0E1

Color information

#BCB0E1 (or 0xBCB0E1) is unknown color: approx Melrose. HEX triplet: BC, B0 and E1. RGB value is (188,176,225). Sum of RGB (Red+Green+Blue) = 188+176+225=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCB0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0E1 is #434F1E. Grayscale: #B8B8B8. Windows color (decimal): -4411167 or 14790844. OLE color: 14790844.

HSL color Cylindrical-coordinate representation of color #BCB0E1: hue angle of 254.69º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCB0E1 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188176225-
CMYK0.160.2200.12
HSL254.69º44.95%78.63%-
HSV(B)254.69º21.78%88.24%-
XYZ49.8547.1877.71-
YUV185.17150.48130.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 176 (69.14% from 255) = 29.88%
BLUE value IS 225 (88.28% from 255) = 38.20%
R=31.92%
G=29.88%
B=38.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881762250.160.2200.12254.6944.9578.63
HexBCB0E110160Cff2d4f
Octal274260341202601437755117
Binary101111001011000011100001100001011001100111111111011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0E1; }

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

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

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

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

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

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

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

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