#BEC0C1

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

Shades of Heather #BEC0C1

Tints of Heather #BEC0C1

Color information

#BEC0C1 (or 0xBEC0C1) is unknown color: approx Heather. HEX triplet: BE, C0 and C1. RGB value is (190,192,193). Sum of RGB (Red+Green+Blue) = 190+192+193=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 193 - color contains mainly: blue. Hex color #BEC0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0C1 is #413F3E. Grayscale: #BFBFBF. Windows color (decimal): -4276031 or 12697790. OLE color: 12697790.

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

Color convert

RGB190192193-
CMYK0.020.0100.24
HSL200º2.36%75.1%-
HSV(B)200º1.55%75.69%-
XYZ49.7152.557.96-
YUV191.52128.84126.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 192 (75.39% from 255) = 33.39%
BLUE value IS 193 (75.78% from 255) = 33.57%
R=33.04%
G=33.39%
B=33.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901921930.020.0100.242002.3675.1
HexBEC0C121018c824b
Octal276300301210303102113
Binary10111110110000001100000110101100011001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC0C1; }

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

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

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

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

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

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

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

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