#BCB1EA

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

Shades of Melrose #BCB1EA

Tints of Melrose #BCB1EA

Color information

#BCB1EA (or 0xBCB1EA) is unknown color: approx Melrose. HEX triplet: BC, B1 and EA. RGB value is (188,177,234). Sum of RGB (Red+Green+Blue) = 188+177+234=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCB1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB1EA is #434E15. Grayscale: #BABABA. Windows color (decimal): -4410902 or 15380924. OLE color: 15380924.

HSL color Cylindrical-coordinate representation of color #BCB1EA: hue angle of 251.58º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCB1EA is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188177234-
CMYK0.200.2400.08
HSL251.58º57.58%80.59%-
HSV(B)251.58º24.36%91.76%-
XYZ51.3148.0884.42-
YUV186.79154.64128.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.39%
GREEN value IS 177 (69.53% from 255) = 29.55%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=31.39%
G=29.55%
B=39.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881772340.200.2400.08251.5857.5880.59
HexBCB1EA141808fc3a51
Octal274261352243001037472121
Binary101111001011000111101010101001100001000111111001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1EA; }

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

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

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

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

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

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

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

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