#BCB5EB

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

Shades of Melrose #BCB5EB

Tints of Melrose #BCB5EB

Color information

#BCB5EB (or 0xBCB5EB) is unknown color: approx Melrose. HEX triplet: BC, B5 and EB. RGB value is (188,181,235). Sum of RGB (Red+Green+Blue) = 188+181+235=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCB5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB5EB is #434A14. Grayscale: #BDBDBD. Windows color (decimal): -4409877 or 15447484. OLE color: 15447484.

HSL color Cylindrical-coordinate representation of color #BCB5EB: hue angle of 247.78º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCB5EB is Cyan = 0.2, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188181235-
CMYK0.20.2300.08
HSL247.78º57.45%81.57%-
HSV(B)247.78º22.98%92.16%-
XYZ52.2649.7485.44-
YUV189.25153.82127.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 181 (71.09% from 255) = 29.97%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=31.13%
G=29.97%
B=38.91%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881812350.20.2300.08247.7857.4581.57
HexBCB5EB141708f83952
Octal274265353242701037071122
Binary101111001011010111101011101001011101000111110001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB5EB; }

 p { color: rgb(188,181,235); }

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

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

 a { background-color: rgb(188,181,235); }

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

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

 span { border-color: rgb(188,181,235); }

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