#BEC3C5

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

Shades of Heather #BEC3C5

Tints of Heather #BEC3C5

Color information

#BEC3C5 (or 0xBEC3C5) is unknown color: approx Heather. HEX triplet: BE, C3 and C5. RGB value is (190,195,197). Sum of RGB (Red+Green+Blue) = 190+195+197=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEC3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3C5 is #413C3A. Grayscale: #C1C1C1. Windows color (decimal): -4275259 or 12960702. OLE color: 12960702.

HSL color Cylindrical-coordinate representation of color #BEC3C5: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEC3C5 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB190195197-
CMYK0.040.0100.23
HSL197.14º5.69%75.88%-
HSV(B)197.14º3.55%77.25%-
XYZ50.8354.0160.57-
YUV193.73129.84125.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.65%
GREEN value IS 195 (76.56% from 255) = 33.51%
BLUE value IS 197 (77.34% from 255) = 33.85%
R=32.65%
G=33.51%
B=33.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901951970.040.0100.23197.145.6975.88
HexBEC3C541017c564c
Octal276303305410273056114
Binary1011111011000011110001011001010111110001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC3C5; }

 p { color: rgb(190,195,197); }

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

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

 a { background-color: rgb(190,195,197); }

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

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

 span { border-color: rgb(190,195,197); }

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