#BCB1DE

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

Shades of Melrose #BCB1DE

Tints of Melrose #BCB1DE

Color information

#BCB1DE (or 0xBCB1DE) is unknown color: approx Melrose. HEX triplet: BC, B1 and DE. RGB value is (188,177,222). Sum of RGB (Red+Green+Blue) = 188+177+222=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCB1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1DE is #434E21. Grayscale: #B9B9B9. Windows color (decimal): -4410914 or 14594492. OLE color: 14594492.

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

Color convert

RGB188177222-
CMYK0.150.2000.13
HSL254.67º40.54%78.24%-
HSV(B)254.67º20.27%87.06%-
XYZ49.6547.4175.64-
YUV185.42148.64129.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 177 (69.53% from 255) = 30.15%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=32.03%
G=30.15%
B=37.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881772220.150.2000.13254.6740.5478.24
HexBCB1DEF140Dff294e
Octal274261336172401537751116
Binary10111100101100011101111011111010001101111111111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1DE; }

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

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

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

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

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

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

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

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