#BCB4F3

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

Shades of Melrose #BCB4F3

Tints of Melrose #BCB4F3

Color information

#BCB4F3 (or 0xBCB4F3) is unknown color: approx Melrose. HEX triplet: BC, B4 and F3. RGB value is (188,180,243). Sum of RGB (Red+Green+Blue) = 188+180+243=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 180 (70.70% from 255 or 29.46% from 611); Blue value is 243 (95.31% from 255 or 39.77% from 611); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCB4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB4F3 is #434B0C. Grayscale: #BDBDBD. Windows color (decimal): -4410125 or 15971516. OLE color: 15971516.

HSL color Cylindrical-coordinate representation of color #BCB4F3: hue angle of 247.62º degrees, saturation: 0.72, 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 #BCB4F3 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188180243-
CMYK0.230.2600.05
HSL247.62º72.41%82.94%-
HSV(B)247.62º25.93%95.29%-
XYZ53.2449.891.6-
YUV189.57158.15126.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.77%
GREEN value IS 180 (70.70% from 255) = 29.46%
BLUE value IS 243 (95.31% from 255) = 39.77%
R=30.77%
G=29.46%
B=39.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881802430.230.2600.05247.6272.4182.94
HexBCB4F3171A05f84853
Octal274264363273205370110123
Binary101111001011010011110011101111101001011111100010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB4F3; }

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

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

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

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

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

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

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

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