#BCB4F2

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

Shades of Melrose #BCB4F2

Tints of Melrose #BCB4F2

Color information

#BCB4F2 (or 0xBCB4F2) is unknown color: approx Melrose. HEX triplet: BC, B4 and F2. RGB value is (188,180,242). Sum of RGB (Red+Green+Blue) = 188+180+242=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCB4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB4F2 is #434B0D. Grayscale: #BDBDBD. Windows color (decimal): -4410126 or 15905980. OLE color: 15905980.

HSL color Cylindrical-coordinate representation of color #BCB4F2: hue angle of 247.74º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCB4F2 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188180242-
CMYK0.220.2600.05
HSL247.74º70.45%82.75%-
HSV(B)247.74º25.62%94.9%-
XYZ53.0949.7490.81-
YUV189.46157.65126.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.82%
GREEN value IS 180 (70.70% from 255) = 29.51%
BLUE value IS 242 (94.92% from 255) = 39.67%
R=30.82%
G=29.51%
B=39.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881802420.220.2600.05247.7470.4582.75
HexBCB4F2161A05f84653
Octal274264362263205370106123
Binary101111001011010011110010101101101001011111100010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB4F2; }

 p { color: rgb(188,180,242); }

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

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

 a { background-color: rgb(188,180,242); }

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

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

 span { border-color: rgb(188,180,242); }

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