#BCB0F6

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

Shades of Melrose #BCB0F6

Tints of Melrose #BCB0F6

Color information

#BCB0F6 (or 0xBCB0F6) is unknown color: approx Melrose. HEX triplet: BC, B0 and F6. RGB value is (188,176,246). Sum of RGB (Red+Green+Blue) = 188+176+246=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCB0F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB0F6 is #434F09. Grayscale: #BBBBBB. Windows color (decimal): -4411146 or 16167100. OLE color: 16167100.

HSL color Cylindrical-coordinate representation of color #BCB0F6: hue angle of 250.29º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCB0F6 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188176246-
CMYK0.240.2800.04
HSL250.29º79.55%82.75%-
HSV(B)250.29º28.46%96.47%-
XYZ52.948.493.74-
YUV187.57160.98128.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.82%
GREEN value IS 176 (69.14% from 255) = 28.85%
BLUE value IS 246 (96.48% from 255) = 40.33%
R=30.82%
G=28.85%
B=40.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1881762460.240.2800.04250.2979.5582.75
HexBCB0F6181C04fa5053
Octal274260366303404372120123
Binary101111001011000011110110110001110001001111101010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0F6; }

 p { color: rgb(188,176,246); }

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

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

 a { background-color: rgb(188,176,246); }

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

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

 span { border-color: rgb(188,176,246); }

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