#BEC7CB

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

Shades of Heather #BEC7CB

Tints of Heather #BEC7CB

Color information

#BEC7CB (or 0xBEC7CB) is unknown color: approx Heather. HEX triplet: BE, C7 and CB. RGB value is (190,199,203). Sum of RGB (Red+Green+Blue) = 190+199+203=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC7CB is #413834. Grayscale: #C4C4C4. Windows color (decimal): -4274229 or 13354942. OLE color: 13354942.

HSL color Cylindrical-coordinate representation of color #BEC7CB: hue angle of 198.46º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEC7CB is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190199203-
CMYK0.060.0200.20
HSL198.46º11.11%77.06%-
HSV(B)198.46º6.4%79.61%-
XYZ52.4456.1164.57-
YUV196.76131.52123.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.09%
GREEN value IS 199 (78.12% from 255) = 33.61%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=32.09%
G=33.61%
B=34.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901992030.060.0200.20198.4611.1177.06
HexBEC7CB62014c6b4d
Octal2763073136202430613115
Binary101111101100011111001011110100101001100011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC7CB; }

 p { color: rgb(190,199,203); }

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

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

 a { background-color: rgb(190,199,203); }

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

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

 span { border-color: rgb(190,199,203); }

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