#BCB1ED

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

Shades of Melrose #BCB1ED

Tints of Melrose #BCB1ED

Color information

#BCB1ED (or 0xBCB1ED) is unknown color: approx Melrose. HEX triplet: BC, B1 and ED. RGB value is (188,177,237). Sum of RGB (Red+Green+Blue) = 188+177+237=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCB1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB1ED is #434E12. Grayscale: #BABABA. Windows color (decimal): -4410899 or 15577532. OLE color: 15577532.

HSL color Cylindrical-coordinate representation of color #BCB1ED: hue angle of 251º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCB1ED is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188177237-
CMYK0.210.2500.07
HSL251º62.5%81.18%-
HSV(B)251º25.32%92.94%-
XYZ51.7548.2586.71-
YUV187.13156.14128.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 177 (69.53% from 255) = 29.40%
BLUE value IS 237 (92.97% from 255) = 39.37%
R=31.23%
G=29.40%
B=39.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881772370.210.2500.0725162.581.18
HexBCB1ED151907fb3e51
Octal27426135525310737376121
Binary10111100101100011110110110101110010111111110111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1ED; }

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

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

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

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

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

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

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

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