#BCBEC0

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

Shades of Heather #BCBEC0

Tints of Heather #BCBEC0

Color information

#BCBEC0 (or 0xBCBEC0) is unknown color: approx Heather. HEX triplet: BC, BE and C0. RGB value is (188,190,192). Sum of RGB (Red+Green+Blue) = 188+190+192=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 192 - color contains mainly: blue. Hex color #BCBEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEC0 is #43413F. Grayscale: #BDBDBD. Windows color (decimal): -4407616 or 12631740. OLE color: 12631740.

HSL color Cylindrical-coordinate representation of color #BCBEC0: hue angle of 210º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCBEC0 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188190192-
CMYK0.020.0100.25
HSL210º3.08%74.51%-
HSV(B)210º2.08%75.29%-
XYZ48.6751.3257.21-
YUV189.63129.34126.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 190 (74.61% from 255) = 33.33%
BLUE value IS 192 (75.39% from 255) = 33.68%
R=32.98%
G=33.33%
B=33.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881901920.020.0100.252103.0874.51
HexBCBEC021019d234b
Octal274276300210313223113
Binary10111100101111101100000010101100111010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEC0; }

 p { color: rgb(188,190,192); }

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

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

 a { background-color: rgb(188,190,192); }

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

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

 span { border-color: rgb(188,190,192); }

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